How to append data to a JSON field in Zapier when connecting Webflow, Memberstack, and Calendly?
Hi guys, I'm looking for some help. I am trying to create a "my appointments" page on my website. In Zapier I have Webflow, Memberstack and Calendly connected. I have made some progress on this but got stuck where the JSON data has to be updated. I want to add things to the JSON field without overwriting the existing data. How can I do this?
Comments
1 comment
Hey Daniel Ivanovski, I believe this must be possible but will involve custom code to make it happen swiftly. As of now, there is not a straightforward manner to do this via Zapier / Make.
So, what you can do is, first you get the Member JSON from memberstack module, and utilize the Code step in Zapier to append the new data to the JSON and then send the new JSON to the Memberstack as an update for the member. So essentially, its overwriting but with old + new data as per the logic.
Please sign in to leave a comment.