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.
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.