Skip to main content

I am integrating ManyChat with Make.com and using the "Make an Action" module to update an Array-type Custom Field . However, I am unsure about the correct data format to pass into the field.

Here’s my scenario:

  1. I retrieve multiple order IDs for a subscriber.
  2. I need to store them in an Array-type Custom Field using the "Make an Action" module in ManyChat.
  3. When I pass the values as a comma-separated string or a JSON array, I get an error.

Could you please clarify:
✅ What is the expected data format for an array in the "Make an Action" module?
✅ Does ManyChat require a stringified JSON array (e.g., "c\"#1133\", \"#1053\"]"), or does it automatically parse a comma-separated string?
✅ Are there any additional settings or steps required to store multiple values correctly in an Array-type CUF?

I appreciate your guidance on this and look forward to your response!

Hey ​@Stavml here’s the documentation:

https://help.manychat.com/hc/en-us/articles/14281268737436-Custom-User-Fields-Array-type

This should help you get this sorted ;)


Reply