avielchik
Member
Hi everyone,
I'm working on a Pabbly Connect workflow where I receive multiple fields from a previous module (in my case, an Email Parser, but this could be from any module). These fields often have similar names, like "attachment_1", "attachment_2", "attachment_3", and so on.
I need to find a way to loop through or inspect all of these fields and identify the specific field that contains a certain keyword or pattern (e.g., the word "Attachment" and ".pdf"). Once I find the field that matches my criteria, I want to extract its value (which in my case will be a URL) and use it in a later step.
I know that other automation platforms have an "Array Aggregator" or similar functionality, but I can't seem to find an equivalent in Pabbly Connect.
My question is: What's the best way to loop through multiple fields in Pabbly and return the value of a field based on the text it contains?
Thanks in advance for your help!
I'm working on a Pabbly Connect workflow where I receive multiple fields from a previous module (in my case, an Email Parser, but this could be from any module). These fields often have similar names, like "attachment_1", "attachment_2", "attachment_3", and so on.
I need to find a way to loop through or inspect all of these fields and identify the specific field that contains a certain keyword or pattern (e.g., the word "Attachment" and ".pdf"). Once I find the field that matches my criteria, I want to extract its value (which in my case will be a URL) and use it in a later step.
I know that other automation platforms have an "Array Aggregator" or similar functionality, but I can't seem to find an equivalent in Pabbly Connect.
My question is: What's the best way to loop through multiple fields in Pabbly and return the value of a field based on the text it contains?
Thanks in advance for your help!