Hello @JBJ,
Sorry for misunderstanding your question. I thought that it was just related to that other question Airtable Field Names Not Updating in Routers - #4 by dilipborad and that’s why your filters are not passed.
Actually, it’s still related but this time you’re doing different things with that same scenario.
But thanks for the explanation in your last response.
Question
As per the question, do you want to test any of the specific route processes later? because previously there was an error and now it’s fixed.
But you want to process that data again to go through those routes and do the operations.
Possible Solution
As per my knowledge there is only manual option is there.
Note: There are a couple of tricky processes are need to be done, so If you’re not confident then don’t try this directly on the original scenario. Just make a copy of it and try things.
I’ll not include it in the below steps.
In your implementation, you get data(payload) from the webhook. This helps to get the input data easily.
→ Add Parse JSON Module after webhook.
→ Disconnect(unlink) webhook to Parse JSON and Move your start module to Parse JSON. Just move that flash to another module and it will become a clock icon . https://www.make.com/en/help/scenarios/scenario-editor#schedule-settings
→ Now go to scenario history and copy one of the webhook input data and paste it as input of Parse JSON input. Here now instead of webhook your starting point and starting data works based on the Parse JSON module.
→ Now go to each parent route and disable routes that you don’t want to run. Reference Image: https://www.make.com/en/help/image/uuid-cd379018-b353-81ea-ade9-c24e70ac4034.png
→ Now run it from the start.
I hope it helps you.