Action Security and Submission criteria using current user email address

Hello,

I have an object which has as a property an array of the emails of Foundry users allowed to trigger an action.

I’m trying to configure the action submission criteria to check that the current user email multipass attribute is included in the object’s array of authorized validators email.

It seems OMA doesn’t accept this. For information it works if I replace emails with userids.

Thanks

Nicolas

It should be relatively straightforward to switch the condition to use user IDs rather than checking for emails. This is likely a protection against multiple users with the same email.