(The array aggregation shows that there is already a sheet with that name)
I expect the filter to block the creation of the sheet.
But instead, the filter passes and I get an error that there is already a sheet with that name (which is true…)
this looks interesting - I like the way you are handling the error and react on it!
In my case, it’s indeed only the creation of the sheet which I need when I push a certain branch to github. This calls the webhook with the branch name as argument in the JSON payload.
I am just wondering, where do I have the error in the filter? (see the screenshot)