How to set the default value(currentUser) using Reference Selector?

0
Hi, all   I wonder how to set the default value using currentUserId with Reference Selector?? I did when i click the selector box, i can choose my current User Id using drop box just temporarily (I am using XPath constraint) But ultimately I just want to show my email (Login Id) by default  without clicking so, it’s gonna be “asd@asd.com”(Login Id) than “Select Your Id”   How can I do??  
asked
1 answers
0

Hi Shinhye,

Change the onclick behavior of the button which is opening this page to Call a microflow, and change the object to set this reference as currentUserID in the microflow itself then open this page.

answered