Hi,
I am retrieving a number of records using an API,
I want to insert them into the DATA STORE but only one record is loaded (even though there are 5), how can I insert them all in one operation?
Hey @SHAYPRIORITY
When mapping the direct array, it only provides us with the first value. To solve this, we can utilize an iterator before the datastore module and map the output of the array iterator into the datastore.
Visit us : https://www.growwstacks.com/
Feel Free to connect at admin@growwstacks.com
GrowwStacks Automation
2 Likes