I am trying to use use monday.execute('openItemCard', { itemId: 123, kind: 'updates' })
on a Workspace Object feature and it seems to be a bit buggy. The command executes fine when the same app is in a Board View feature.
When trying to open the updates in an item card from the Workspace Object, it only works AFTER opening columns in an itemcard monday.execute('openItemCard', { itemId: 123, kind: 'columns' })
.
Seems like a small bug, but I’d like to open updates from Workspace Object Feature!
Thanks