Hi gang
I think this is one of those “I’ve stared at this so long I can’t see the obvious”
My process is:
- Call a webhook passing a potential customer name
- Couple of additional variables created (nothing to do with this issue)
- Look up on Hubspot to see if there is an exact match
- If one customer is found set a variable MATCH to YES
- If no customer is found, set MATCH to NO
- If more than one potential customer is found, set MATCH to YES (this will be handled manually in the other system)
- Update Airtable with MATCH, extra variables and the Customer ID if an exact match is found
All works as planned EXCEPT when multiple Hubspot matches are found the subsequent modules are run multiple times - 6 possibles found I’m wasting 6 * 3 operations.
PLEASE HELP - How do I only run the operations once?
Thanks
Mike
Hey Mike,
You'll need an aggregator module following the HubSpot module to consolidate back into a single bundle. Additionally, you can configure multiple variables within the same module; separate 'set variables' modules aren't necessary.
Thank you.
I even had an aggregator included previously but removed it for some reason! As I mentioned, sometimes one can overthink things.
I appreciate you taking the time to respond.
Mike