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:
- I retrieve multiple order IDs for a subscriber.
- I need to store them in an Array-type Custom Field using the "Make an Action" module in ManyChat.
- 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!