Is there a way to get the user details of a collaborator in dynamic forms?
So you can persist that data when a collaborator changes something (e.g. in player account management). So you can hold them accountable for their actions if needed.
TIA!
1 Comment
J
Jeff Amiel
said
about 4 years ago
Spark.getData().userName
will get you the email address of the current user (using the dynamic form)
Mathijs Bakker
Is there a way to get the user details of a collaborator in dynamic forms?
So you can persist that data when a collaborator changes something (e.g. in player account management). So you can hold them accountable for their actions if needed.
TIA!