I have several automations that take an email custom fields, verify account ID and put them in the Request Participants. Here is the JSON code:
{ "update": { "Request participants": [{ "add": {"id":"{{webresponse.body.accountid}}"} }] } }
My issue is each automation overwrites the existing Request Participants and does not append. What do I need to change in my JSON so it just appends the list?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.