How to get Entity id

1
I need to get Entity id but the id not show
asked
2 answers
3

Hi Wenkang,

As far as I know, you can only get the GUID through Java. The CommunityCommons has a Java function called ‘GetGUID’ you can use that in your microflow.

 

answered
0

Hi Wenkang Cheng,

You can get the entity ID from microflow, create a microflow with the parameter of that entity and use ‘GetId’ method to access entity ID.

Thank you.

answered