Hello, I’m Pulling Sales Information in JSON Format with an API Request. Here is the Array of Products.
I Use Iterator To Capture The Product Name and Price. (I Use This Just Because There Is More Than 1 Product.)
In the next step, I want to use an Array Aggregator to use each of the information I have obtained as a separate variable, but I cannot do this because I cannot see the product name and price as a variable, and therefore the output is blank.
How Can I Use the Product Names and Prices I Obtained in the Iterator Section as Individual Variables or Solve This Problem? Thank you.