Is it possible to determine the row number or the index of the iterator object in a loop?

0
I want to write some logic in a loop which will require me to  store the previous object in the loop. How can I get the index of an object in the loop?
asked
1 answers
0

Hi Priya, 

create a new attribute in the entity and then

You can use the community Commons java action 'Get GUID'.

Which will give you the GUID of the object, and then save it in the new attribute.

Let me know, if you have some issues!

Hope it helps!

answered