Workflow not working due to Dynamic Label
Status: Closed · Asked by Deep Shah on · 0 views
Since last 3 hours I am trying this thing but not able to solve. Normally Label remains same and value gets changed, but in my case I am getting response from WhatsApp Forms, but here Lable value changes based on selection and there's no other unique field through which I can filter the thing. I have also added unique field in Value like ITR, FS, Yes, etc. But since Lable value is getting changed, my flows are not working.
Hi @peepshah,
Your concern appears to be similar to the following one:
https://forum.pabbly.com/threads/how-to-handle-different-webhook-payloads.25714/post-137526
In case the label changes in the response received from your webhook, you’ll need to follow these steps: first, capture the initial payload and set up Route 1. Then, click on 'Re-Capture Webhook Response' to capture the second payload (with a different label) and set up Route 2. Repeat this process—clicking 'Re-Capture Webhook Response' to capture each new payload and setting up the corresponding routes accordingly.
Watch the video shared below (Here, I have captured the payload manually, but you will need to send the payload from your source application.):
https://drive.google.com/file/d/1reWB3GkhkPVX5QtZzF7VOKPG7JHHmfM3/view
Hi @peepshah,Your concern appears to be similar to the following one:
https://forum.pabbly.com/threads/how-to-handle-different-webhook-payloads.25714/post-137526In case the label changes in the response received from your webhook, you’ll need to follow these steps: first, capture the initial payload and set up Route 1. Then, click on 'Re-Capture Webhook Response' to capture the second payload (with a different label) and set up Route 2. Repeat this process—clicking 'Re-Capture Webhook Response' to capture each new payload and setting up the corresponding routes accordingly.
Watch the video shared below (Here, I have captured the payload manually, but you will need to send the payload from your source application.):
https://drive.google.com/file/d/1reWB3GkhkPVX5QtZzF7VOKPG7JHHmfM3/view
This is great ! Thank you so much ! All working nice !