Skip to main content

Is there any way to programmatically open and close an item view modal/popup from, let’s say, a board view app?

Sure you can:


monday.execute("openItemCard", {itemId: 123456789)

Thank you @basdebruin !!


Reply