How to retrive object using GUID in the Microflow

0
Hi Team,   Can I know how to retrive object using the GUID in the microflow.   I have the GUID ready in my microflow I want to retrive data from the database using the ID, how that can be achived in Microflow or Java actions only, I don't want to use Nanoflow.  
asked
3 answers
0

This can only be done in Java, see this thread

answered
0

Why don't you want to use the nanoflow commons action GetObjectByGuid or FindObjectWithGUID?

answered
0

You could create an attribute and store the guid in the attribute (use getGUID from the CommunityCommons) the moment you commit/store the object in your database. After that you can easily use a retrieve with the guid to get it from the database. 

 

For existing data you should run a conversion MF to assign the guid's in the attribute.

 

answered