How to retrieve the GUID (id) of an object in a Microflow

2
I need the GUID of an object, how can i return it using a microflow? Update * I decided to use an Java action indeed. When the first object, obj1 is of type 'any object', the corresponding java code is return String.valueOf(this.obj1.getId().getGuid());
asked
1 answers
5

By calling a java action.... can't help you with any examples I'm afraid

answered