How to make action for each data line pulled in
Status: Closed · Asked by Lucas. on · 0 views
Hi,
I want to pull in info trough Prestashop API about my invoices.
I have following data in Pabbly
https://website.com/api/orders?filter[invoice_date]=[2022-08-1,2022-08-31]&date=1

Now I want to do a GET request to get invoice data of all these order id's and put them in to a txt file trough the onedrive connection.
I thought I could do this with the iterator, but can't seem to find it.
OKay, I already found out, but I already had typed out my question.
So here my answer for other users with the same question:
Just disable the simple response, and you can apply the iterator.