I have an unbelievably simple question which is killing me…
Objective: pass in a basic JSON array of strings, to a field on a module
If literally type the value into the field - these exact characters - it works & the module happily receives it:
[“item 1”,“item 2”]
However, when I take output from a previous module - an element which is already formatted as an array - and map it to the field, when the scenario executes Make.com formats the element as a string, like this:
“item 1, item 2”
… which the module obviously rejects.
How do I just force make to insert it into the field as an actual array?
If you need assistance, please provide the following:
1. Screenshots of errors, module fields
Please share screenshots of relevant module fields and error messages in question? It would really help other community members to see what you’re looking at.
You can upload images here using the Upload icon in the text editor:
2. Scenario blueprint
Please export the scenario blueprint file to allow others to view the mappings and settings. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.
(Note: Exporting your scenario will not include private information or keys to your connections)
Please provide the input and output bundles of the modules by running the scenario (or get from the scenario History tab), then click the white speech bubble on the top-right of each module and select “Download input/output bundles”.
A.
Save each bundle contents in your text editor as a bundle.txt file, and upload it here into this discussion thread.