Creating Multiple Records with Webhook when Parent Record is Modified
Hi Everyone,
I want to create a webhook that generates a record whenever a record is modified. The scenario is as follows: Whenever a record (A) in the parent table is modified, I need to create a record in another table (C) for each child record (B) associated with the parent record.
I have a webhook set up on the child table (B), but it is only creating one record instead of creating records for all the child records. Let's assume we have parent record A with three child records. When parent record A is modified, the webhook should create three records in table C, each corresponding to a child record.
This is my webhook configuration:
- Trigger: When a record is modified.
- Additional criteria: Based on a particular lookup field.
Please provide any assistance or suggestions to ensure that the webhook creates records for all the child records whenever the parent record is modified.
------------------------------
Amir Sohel
------------------------------