Hi,
I have got two variables:
1.) Freepackagers - contains the list of userids taken from the asset list using lookupobjects.
2.) Applications - contains key list of issues. this list is created using lookupissues query taken from a particular stage in my workflow.
My objective is to iterate through all the users in freepackagers list and assign the applications one by one. How can i iterate through the applications or users to achieve this?
can anyone help me on how can i implement this in an automation rule.