Programmatically open and close an item

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)
2 Likes

Thank you @basdebruin !!

1 Like