Hi all,
I am trying to set up a Scenario where updates to users in my Memberstack account flow through automatically into Airtable. I have set up the Connections to both and have the Watch Updated Members webhook from Memberstack delivering the correct output, however I can’t figure out how to get that output to update the corresponding table in Airtable. I’ve noticed from another post that you need to add a Search module in between the Memberstack Watch Updated Members listener and the Airtable Update a Record. But can’t for the life of me figure it out…
I’ve already double checked the Connections and tried rebuilding the Flow again with entirely new webhooks with no luck. I am probably missing something stupid so if anyone can please let me know what that would be great! Thanks in advance!
Scenario
Payload from Memberstack:
Tried to replicate the mapping Memberstack output to ‘internal ID’ of Airtable in Search Module (as advised by another community thread)
But getting this error:
Scenario blueprint
Update user in Airtable.blueprint.json (38.1 KB)
Output Bundle from Memberstack:
[
{
“auth”: {
“email”: “sambeattie1994+2@gmail.com”
},
“customFields”: {
“acquisition-channel”: “Social”,
“agent-description”: “My agent is a support bot that is designed to solve user queries.”,
“agrees-marketing”: “”,
“company-name”: “Awin”,
“company-size”: “$5m+”,
“company-website”: " Join our global affiliate marketing platform UK | Awin ",
“department”: “Other”,
“description”: "Affiliate ",
“first-name”: “Sam”,
“last-name”: “Beattie”,
“orchestration-platform”: “Langsmith”,
“user-id”: “user_id”,
“user-is-internal”: “is_provider”,
“user-plan”: “user_plan”,
“user-type”: “account_type”
},
“id”: “mem_sb_cmezrbeyh007o0wp39tb14qgf”,
“metaData”: {},
“profileImage”: null,
“stripeCustomerId”: null,
“verified”: false
}
]
Please let me know if there is anything else I need to provide ![]()







