Hey! So I tried recreating your flow – basically using the Find Record action to filter by email, then pushing the webhook’s enriched data into the “remarks” field.
Quick breakdown:
-
Mocked up test data in Postman (pretending it’s make.com’s enriched stuff)
-
Set Find Record to filter where “Email = Webhook’s email data”
-
Then Update Record just maps the new “remark text” to that field
The result is:
Think this would work for your case? If not, maybe we can brute-force it with a Webhook + Script Action combo for full customization.