Forum Discussion
I'm not sure that can be done with a webhook (I'm not real good with webhooks, so someone may correct me on that).
However, that should be much easier using a Pipeline or Action. Have you tried either of those?
------------------------------
Mike Tamoush
------------------------------
It's great that you mentioned using pipelines and actions as alternatives to webhooks.
------------------------------
Amir Sohel
------------------------------
- MarkShnier__You2 years agoQrew Legend
I don't think the webhook has the ability to trigger on a Record in one table, and then go off and search for records in another table, and then, for each result, take an action like adding a record.
and then, for each result, take an action like adding a record.
However, a Pipeline is perfectly suited to do those steps.
The first step would be a trigger step.
The first step would be a trigger step.
The next step would be the search for children were related parent is equal to the Record ID of the parent trigger record.
Then the last step would be a for each loop to create the children. I am guessing that each parent doesn't have many children, say less than 25 children typically so For Each loop would work fine.
in a different used case if you were creating, possibly hundreds of records, there's a different technique using what is called a bulk upsert, but it's probably overkill for your use case.
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------- AmirSohel2 years agoQrew Trainee
Thank you for the assistance and guidance! I appreciate your insight into using a Pipeline for handling the workflow with multiple steps.
Once again, thank you Mike and Mark for your valuable input.
------------------------------
Amir Sohel
------------------------------