blueprint.json (38.0 KB)
Hi everyone!
So, I’m using respond.io to collect some info from our leads through a workflow within respond.io, there are 8 custom fields that I collect. I’m trying to setup a workflow on Make, that allows me to create a deal on Pipedrive, using this information. I had this issue when I get the contact info, the custom fields are an array of 8 collections (?), so the Pipedrive module wasn’t getting the correct data, it stores only the value of one custom field, so I decided to use an Iterator, and route the custom variables through 8 different Set Variable modules, it work perfectly… Until I needed to use each variable for the Pipedrive module, I can’t find a way to gather all this different variables in a flow that I can use later on the Pipedrive module, hence my question… Is it possible to invert the router flow? Is there some kind of merger that I can use to gathered all this variables in a single path and connect my Pipedrive Module?
I’m open to other solutions, I’m not a technical guy, I’m just a fan of automation trying to learn the skill.