Orchestrator: Iterate over data in a csv file
Hello,
We are trying to use the orchestrator to update base prices.
We were able to create the steps to close and add the new price line.
We would like to iterate over data in a csv file that the user will upload in the orchestrator.
So just a basic table with columns such as Item, ExpirationDate, NewPrice, ItemPriceGroup, etc
And iterate through the file and, for each line, do the steps that we have defined.
We do not have the tool release that allows to directly create an array, so we try with this documentation.