dcolley / integromat-facebook-support

0 stars 0 forks source link

[Solved- Error Handling when no filters match] Hi, I need some help with e... #37

Open dcolley opened 3 years ago

dcolley commented 3 years ago

[Solved- Error Handling when no filters match]

Hi, I need some help with error handling. I've watch the academy courses but couldn't figure out how to apply the info there to my problem.

I get an array of KPIs, I use an iterator to look at each on individually, if its name matches a pattern I updates its values.

If NONE of the KPIs match the pattern I want to create a new KPI.

I added a router after the iterator with the create KPI as a fallback route, but it triggers every time the filter doesn't match (twice in the SS).

How do I get it to only trigger ONCE if ALL filters don't match?

dcolley commented 3 years ago

Source: copied from https://www.facebook.com/groups/integromat/permalink/3914654358645168/