How do I configure a for loop ( see image ) so that the loop changes at each id.
In this case the data for each id ( nni , first name , last name … etc ) used in the process of the robot ( in the form of variable ) once the processsus finished we pass to the next id and so on .
If possible provide the complete json data and i will try to provide the output as per your data.
->Pass the string input into the Deseralize Json avtivity.
->You need to use the for each and pass the output of the Deseralize activit as the input for the for each .
Please check the below thread for better understanding and you need to change the key names as per your requirement.