HI,
I wanted to know if it’s possible to send multiple POST requests to an HTTP module
My scenario is like this: Google add row (sends a Chapter from a story) → Chat GPT module (Creates 15 prompts to create images based on the Chapter received from add row module - Json output) → Parse Json Module ->Google Sheet Update Row Module (To update the google sheet) → HTTP module (POST request to generate image using Replicate API)
Everything works as it should if i use only one prompt, and use that to make the API call, I wanted to know, how would I set it up to go through all 15 prompts and send them one by one to the HTTP module?
I have tried to play around with the repeater but I can’t seem to be able to pass through the different prompts.
Any help would be much appreciated!
Thanks