Good morning
After constructing a relationship column that displays several results (URL addresses of pdf files) I want to write each result in a separate column. the goal is to send the PDF as attachments in make.
it seems possible to you.
If someone has an idea.
Yes, you can use Joined list column thru relation and send this list of URLs to Make. In make you can do iterate and use http module to downloads each one and then to add as attachments
I can retrieve the PDF URLs, but HTTP get file does not recognize all the files, it only recognizes the first file
You need use iterator module to choose one by one each one
Joined list column you must put a separator so that make recognizes the URL files ?
In make you need split it again to an array and iterate on given array with http modules so many times, how may array’s items
sorry but I didn’t quite understand your solution
Try to find some videos, it is common solution
Have you tried adding an Iterator module in your Make scenario?
Hi
yes I used iterator but instead of outputting with 3 Bundle, I have the 3 pdfs in the same bundle. Afterwards in the http module it does not show me the URL of the bundle.
Use the split()
function inside the iterator to create an array from the URL list.
Wow
I managed to modify the column on glideapp and I can find the pdf files
the three bundles also display very well
but in http it is always the first bundle which is retrieved
this unfortunately because the url in the flow control of the bundle is not displayed to put it in the http
can you help me find the bundle url?
Good morning
It’s really very hard to find but it’s okay, I just found the solution
and I have an email with 3 attachments
Great to hear you sorted it out. Seems like your earlier problem relates to how you iterate through the array.