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