I am trying to add an function backed action type in workshop using a variable to lock the particular Object in workshop.
Goal : Is to achieve the user once opens an Object in Workshop then it should be locked for all the other users
hey - what does it mean to “lock” a workshop app? I presume you want to limit a user’s ability to take actions.
The best way to do this would be to have a column on the object that denotes the object “owner”. When the object is opened and there is no object owner, the owner is set to the current user.
From there, all other actions should check if the current user = the owner.