โ08-30-2022 03:49 PM
I have an array called records and this contains an array called actions to be mapped to an API response, i have mapped the records source list correctly but when selecting the actions source list i am not given the ability to map the actions datapil.
โ09-06-2022 11:59 AM
Nice tip, I will need to try your suggestion. Thx
โ09-06-2022 05:03 AM
Hi Ryan,
If you look at the Record list that you have at step 8, there is a Record datapill as an array type in the root level.
So, you have to use a for each step on the Record datapill and bring the "Return Success" step inside the for each step.
Now, you should be able to select the first nested level of array datapills(Actions, in your case).
Hope, this helps!
โ09-06-2022 09:32 AM
It's possible to map any nested level with 'Group mapping' function. Please kindly see my reply above.