list of objects in association

1
I have Retrieved list from association in microflow that retrieved list has to be place in an association to display as the objects in document template. that i did by taking a loop and iterating the retrieved list then changing the object by that association with iterated list BUT Here i am getting the last object of that list but not the whole list in a sequence(Order).   Thanks in advance ..!!
asked
2 answers
2

Hi,

 

Inside the loop, make a change object, Map the iterator object in the corresponding association, and Store the changed object in the Change list activity and you have to commit the List outside the loop.

answered
0

looks like you are setting the association as set inside the loop. you need to set the association as add. 

answered