Hey everyone
I’m developing an item card and ran into something important
Users create log meeting activities via Emails & Activities
Each meeting creates an item in the meeting board, with the content stored in a text column.
I’m showing that column inside the item card I built, by pulling the column value
The issue is that this column is limited to 2000 characters, so the content gets cut off and I can’t show the full meeting summary
I tried using the timeline_item
API
But it requires the timeline item’s ID, which I don’t have
There’s no way to query timeline items by item ID
And the meeting is created through the Monday UI, not via API, so I don’t get the timeline ID upon creation
I’m looking for a way to get the full content of the log meeting
Or to get the timeline ID when it’s created
Or any solution that lets me access the full content without the 2000-character limit
If there’s any alternative approach that solves this, I’d love to hear it — the main goal is to be able to show the full content inside the item card I’m building
Thanks a lot