Hello everyone,
I’m a beginner in Make and I’ve created an automation which creates a CSV file from the results of an HTTP call. The CSV file is created succesfully with correct data. So far, so good.
Unfortunately, the order of columns in the CSV is not correct and different from the source data.
The output bundles of the Iterator-module are correct and in the same order as the results of the HTTP-call. But when I look at the input-bundles from the CSV module, which I believe should correspond with the output of the Iterator, the order is different.
I cannot seem to find how I can configure/control this. I could not find a solution in simular posts on the forum. I hope someone can help me solve this issue.
Thank you for the support!!
Kinds regards, Ronald