I am implementing a series of date calculations with Make to update a record in Knack. The operation starts with Make searching for an updated record (let the record be R1) that is linked to a connected record (let the record be R2). The Make scenario will then update R2, however, with the webhook option I am currently using (first picture), it is only detecting the user-updated records, so when Make updates R2, if there is a record (R3) is linked to R2, the webhook trigger won’t detect the update of R2 therefore won’t update R3.
Is there any way to configure the webhook to trigger with all updates or is there a way to loop parts of the scenario (seen in picture 2), where after one of the filtered actions, it would redirect to the second step again? searching for a record connected to the last updated record.