Re-Process Previously Processed Bundles

Hi guys,

For my custom CRM on Airtable, I created a scenario on Make that automatically records all LinkedIn interactions on my base.

However, I noticed that some bundles didn’t get to any of the final modules on the scenario because of changes in Airtable field names that didn’t reflect in the routers used on Make.

So instead of manually recording all the unrecorded messages, I would prefer to re-run the scenario for specific bundles.

Is this possible?
If so, how?

Thank you for your help.

Hi @JBJ

is there any unique field to identify whether the record has already had the chang you want to make?? or is there any last modification date??

if there is, you can use that field as the filter.

Regards,
Msquare Automation - Platinum Partner of Make
@Msquare_Automation

Hello @JBJ.
It’s the same thing that I’ve already answered on your other topic.
Please read this carefully.

:+1:

Hi @Msquare_Automation @dilipborad,

I think there’s been some misunderstanding here. I’d like to know whether I can re-process bundles that were received by a webhook.

To be more specific, I hadn’t properly set up the automation supposed to record LinkedIn messages live. This results in a bunch of messages not being recorded in my database. So instead of having to manually record those, I’d like to know whether I can have those past messages be re-sent to my webhook module.

But from what I know, that’s not possible. Do you guys confirm?

Thank you.

1 Like

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. :+1:

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 :crossed_fingers:

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 :zap: to another module and it will become a clock icon :clock1:. 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.