Retrieve ID of User

0
How can I retrieve ID of user?
asked
1 answers
2

- from studio pro, click the AppStore icon at the top-right, select CommunityCommons and click the button ‘Download’.

- in a microflow insert an activity of type ‘java action call’, and select ‘getGUID’

It will look like this:

Btw, NanoflowCommons also has a getGUID, useful for getting the same but without a roundtrip.

answered