I have built an automation with google forms and sheets. It includes a router and has a filter to.
When I run the model without a router and a filter the module works alright but when I add the router and and filters, the google form runs but the bundle does not seem to pass on to the google forms ‘add a row’.
Look at the output of module 1.
You are comparing text. I´m not sure if what comes from module 1 is text, a number, etc.
Also look for blanks in the text (in the output of module 1) which could be doing the text comparisson to fail.
I can´t say more whitout seeing what´s autputting module 1.
The thing is without the router, I receive results. As soon as the router and the filters are added, the output from module 1 (the google form) fails to go through the router to the appropriate google sheet.