How to correctly map user identities in a Webflow to Memberstack integration via Zapier? Answered
Hi guys! I'm building a webhook so that when a user fills in a form it creates a custom CMS item.
The webwhook is New form submision (webflow) ------> Find New Member (Memberstack) -------> Create a Live Item and I recognize the user with the Unique Webflow ID:
The problem is that always fill the Item with the profile of the user that configured the Zapier test, but when I fill the form with another User it does the process well but it uploads as if it had been filled by the usual user (with the one I configured).
Instead of appearing as User B, it appears as User A.
Is this understood?
The curious thing is that the rest is done well, the fields are filled with the information that the user B puts, but the Item is created with the same webflow ID/ID of memberstack, I don't know why.
Comments
6 comments
what field are you finding the member by in the second step?
i.e. the webhook is the first step, what data do you pass in 'Find member' module? It is likely the issue lies there
It gave me the possibility to select the user directly from Memberstack, but I think that limited me.
Now in the second step I am trying to identify the memberstack user from the email that is used to fill the webflow form.
Yes exactly, you will have to pass the dynamic info of the user who filled the form (e.g. email) and it should solve your use-case.
Is the order correct?
Webflow Form Subsmission ----> Find Member ------> Create item?
Or should it be another way?
Yes the order is correct, just need to ensure right member is fetched based on the form submitter.
I was able to filter the second step with the email! WHAT A POWERFUL tool please!
Im automatizing a full my web app
Please sign in to leave a comment.