Making a column in my form to a default to the current user

0
Hi I have form where a administrator fills out, but I need one of my columns "Completed by" to be defaulted to the current user/administrator that signs in to the application? Can anyone please help me! Kind Regards, Michael
asked
1 answers
1

You can use the $currentUser variable which is available in any microflow, and assign that to the association.

answered