Hi everyone,
I have a relatively simple setup here - first I recieve some data via webhook (from a website form: one text field, one array of images, and one array of pdfs). I then handle those file groups separately and save them all on google drive, and also retrieve the links to those files.
Now, I also need a response. After all files are saved and all links are retrieved, I want to send a success response with all those links together in the body. The problem is, I cannot find any node that would allow for multiple inputs and achieve what I want. I need to combine them somehow, otherwise it’s very inpractical.
Feel free to ask for more context details if needed. I appreciate any help.