Hi
Please assist how to enable a button if the the current user = the user in the collection.
Database:
Collection: unit
Collection field: member (reference field to member)
Page Elements:
Button: buttonOpen (by default it is disabled)
Pseudo code
if the current signed in user = the member on the current item, enable button else disable button.
Thanks in advance