Manipulate to save records from API call not working

Options

Hi guys


I need a little help here. I followed this official video which is exactly what i want to do.

https://www.youtube.com/watch?v=rdnuW2Vg8aA

Up until saving the response as a variable, everything seems good. The variable holds an array with all product info. When the records are saved the values are null.


My first guess is im not using the correct path to map the fields but i think i do.

Here is a section of the json response that needs to be added as records. There are 50 records


Best Answer

  • Michael Udinski
    Michael Udinski Administrator

    ADMIN

    Answer ✓
    Options

    Hi @cojarbi - since you are dealing with an array, you will want to implement a For Each Loop to iterate through each item of the list so that you can add each record. This is detailed in the video you posted, give it a closer look to see how to use the For Each Loop and see how that works for you!