How can I take a value either emailID , Name something and create a User Variable dynamically?
Thanks
Anthony
How can I take a value either emailID , Name something and create a User Variable dynamically?
Thanks
Anthony
Write a data action that accepts the email id or name, and returns the email address of the user you want to use. Use the Call Data Action in the flow to execute your data action, then use the FindUser expression to turn the email addresss into a User variable.
In that case use the parallel arrays approach.
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.