Map each element of an array into Google Docs “Create document from template” image placeholders (16 photos)

Hi everyone :waving_hand:

I’m trying to create a Google Doc from a template where each run includes multiple photos pulled directly from Monday.com.

Each item in Monday has an Assets[] array — for example:

Assets[]
1 → { Name: qr-code.png, Public URL: https://... }
2 → { Name: qr-code.png, Public URL: https://... }
...

When I connect Monday to the Google Docs → Create document from template module, I can see the array under Assets[], but Make only maps the first asset (Assets[1]) automatically.

My template has placeholders like {{photo1}}, {{photo2}}, {{photo3}}, etc., and I want each image slot to use a different asset from the array.


What I tried:

  • Mapping Assets[].Public URL → only the first image shows.

  • Tried using Iterator and Text Aggregator, but I need all images in one single doc, not one doc per photo.


What I want:
:white_check_mark: One Google Doc per Monday item
:white_check_mark: Multiple placeholders ({{photo1}}…{{photo16}})
:white_check_mark: Each mapped from a different Assets[] entry.


Question:
Is there a clean way to map each array element (e.g. Assets[1], Assets[2], etc.) to different placeholders in Google Docs?
Or do I need to manually use get( {{Assets[].Public URL}} ; N ) for each one?

Also, is there a better method to handle cases where some items have fewer than 16 assets (so empty placeholders don’t break the document)?

Thanks so much! :folded_hands:

Hey there,

is Monday returning the same number of photos as there are placeholder tags? Or is it dynamic?

If its the same, just use the order index directly Assets[1].Public URL in {{photo1}}, Assets[2].Public URL in {{photo2}}, Assets[3].Public URL in {{photo3}} and so on.

If its dynamic you can use some formula to fit it in but can you share output bundle and what the tags look like so we can help figuring it out?

Hi Stoyan,

Thanks for the quick response! :folded_hands:

As of now I’m just testing the process before putting in the real number of photos, but yes — in the final version, the count will match the number of placeholders in the Google Doc.

On the Monday side, all the files are stored in separate file columns, and Make returns them as an Assets[] array.

The issue is that in the Google Docs “Create document from template” module, I can only see (and map) the first asset — even though multiple items appear in the bundle.

I’ve attached screenshots of my setup and the output bundle showing the full Assets array for reference.

Thanks again for helping me troubleshoot this!


{
“name”: “Creating a QR form Pull Finish”,
“flow”: [
{
“id”: 2,
“module”: “monday:watchBoardColumnValues”,
“version”: 1,
“parameters”: {
IMTHOOK”: 1461252
},
“mapper”: {},
“metadata”: {
“designer”: {
“x”: -300,
“y”: 0
},
“restore”: {
“parameters”: {
IMTHOOK”: {
“data”: {
“editable”: “false”
},
“label”: “Status change trigger”
}
}
},
“parameters”: [
{
“name”: “IMTHOOK”,
“type”: “hook:monday3”,
“label”: “Webhook”,
“required”: true
}
]
}
},
{
“id”: 5,
“module”: “monday:GetItem”,
“version”: 1,
“parameters”: {
IMTCONN”: 4932887
},
“mapper”: {
“id”: “{{2.pulseId}}”,
“boardId”: “18190961680”,
“showSubitems”: true,
“showParentItem”: true,
“disableOutputInterfaceCaching”: false
},
“metadata”: {
“designer”: {
“x”: 50,
“y”: 1
},
“restore”: {
“expect”: {
“boardId”: {
“label”: “Shop Testing :: public”
}
},
“parameters”: {
IMTCONN”: {
“data”: {
“scoped”: “true”,
“connection”: “monday”
},
“label”: “My Monday Amit connection (panda-windows-and-doors - Amit Iarochevsky)”
}
}
},
“parameters”: [
{
“name”: “IMTCONN”,
“type”: “account:monday”,
“label”: “Connection”,
“required”: true
}
],
“expect”: [
{
“name”: “id”,
“type”: “uinteger”,
“label”: “ID”,
“required”: true
},
{
“name”: “showParentItem”,
“type”: “boolean”,
“label”: “Show Parent Item”,
“required”: true
},
{
“name”: “showSubitems”,
“type”: “boolean”,
“label”: “Show Subitems”,
“required”: true
},
{
“name”: “boardId”,
“type”: “select”,
“label”: “Board ID”
},
{
“name”: “disableOutputInterfaceCaching”,
“type”: “boolean”,
“label”: “Disable Output Interface Caching”,
“required”: true
},
{
“name”: “id”,
“type”: “uinteger”,
“label”: “ID”,
“required”: true
},
{
“name”: “showParentItem”,
“type”: “boolean”,
“label”: “Show Parent Item”,
“required”: true
},
{
“name”: “showSubitems”,
“type”: “boolean”,
“label”: “Show Subitems”,
“required”: true
},
{
“name”: “boardId”,
“type”: “select”,
“label”: “Board ID”
},
{
“name”: “disableOutputInterfaceCaching”,
“type”: “boolean”,
“label”: “Disable Output Interface Caching”,
“required”: true
}
],
“interface”: [
{
“name”: “id”,
“type”: “uinteger”,
“label”: “ID”
},
{
“name”: “name”,
“type”: “text”,
“label”: “Name”
},
{
“name”: “email”,
“type”: “email”,
“label”: “Email”
},
{
“name”: “created_at”,
“type”: “date”,
“label”: “Created at”
},
{
“name”: “updated_at”,
“type”: “date”,
“label”: “Updated at”
},
{
“name”: “state”,
“type”: “text”,
“label”: “State”
},
{
“name”: “board”,
“spec”: [
{
“name”: “id”,
“type”: “uinteger”,
“label”: “ID”
}
],
“type”: “collection”,
“label”: “Board”
},
{
“name”: “creator_id”,
“type”: “uinteger”,
“label”: “Creator ID”
},
{
“name”: “group”,
“spec”: [
{
“name”: “id”,
“type”: “text”,
“label”: “ID”
},
{
“name”: “title”,
“type”: “text”,
“label”: “Title”
},
{
“name”: “deleted”,
“type”: “boolean”,
“label”: “Deleted”
},
{
“name”: “archived”,
“type”: “boolean”,
“label”: “Archived”
}
],
“type”: “collection”,
“label”: “Group”
},
{
“name”: “column_values”,
“spec”: [
{
“name”: “id”,
“type”: “text”,
“label”: “ID”
},
{
“name”: “title”,
“type”: “text”,
“label”: “Title”
},
{
“name”: “value”,
“type”: “text”,
“label”: “Value”
},
{
“name”: “additional_info”,
“type”: “text”,
“label”: “Additional Info”
},
{
“name”: “text”,
“type”: “text”,
“label”: “Text”
}
],
“type”: “array”,
“label”: “Column Values”
},
{
“name”: “mappable_column_values”,
“spec”: [
{
“name”: “name”,
“type”: “text”,
“label”: “Name”
},
{
“name”: “color_mkwrpsfx”,
“spec”: [
{
“name”: “index”,
“type”: “text”,
“label”: “Index”
},
{
“name”: “post_id”,
“type”: “text”,
“label”: “Post ID”
},
{
“name”: “changed_at”,
“type”: “date”,
“label”: “Changed at”
},
{
“name”: “additonal_info”,
“spec”: [
{
“name”: “label”,
“type”: “text”,
“label”: “Label”
},
{
“name”: “color”,
“type”: “color”,
“label”: “Color”
},
{
“name”: “changed_at”,
“type”: “date”,
“label”: “Changed at”
}
],
“type”: “collection”,
“label”: “Aditional info”
},
{
“name”: “value”,
“type”: “any”,
“label”: “Value”
},
{
“name”: “text”,
“type”: “text”,
“label”: “Text”
}
],
“type”: “collection”,
“label”: “Production Status”
},
{
“name”: “file_mkwrgvxa”,
“spec”: [
{
“name”: “files”,
“spec”: [
{
“name”: “name”,
“type”: “text”,
“label”: “Name”
},
{
“name”: “assetId”,
“type”: “number”,
“label”: “Asset ID”
},
{
“name”: “isImage”,
“type”: “boolean”,
“label”: “Is image”
},
{
“name”: “fileType”,
“type”: “text”,
“label”: “File type”
},
{
“name”: “createdAt”,
“type”: “date”,
“label”: “Created at”
},
{
“name”: “createdBy”,
“type”: “number”,
“label”: “Created by”
}
],
“type”: “array”,
“label”: “Files”
},
{
“name”: “changed_at”,
“type”: “date”,
“label”: “Changed at”
},
{
“name”: “additonal_info”,
“spec”: [
{
“name”: “label”,
“type”: “text”,
“label”: “Label”
},
{
“name”: “color”,
“type”: “color”,
“label”: “Color”
},
{
“name”: “changed_at”,
“type”: “date”,
“label”: “Changed at”
}
],
“type”: “collection”,
“label”: “Aditional info”
},
{
“name”: “value”,
“type”: “any”,
“label”: “Value”
},
{
“name”: “text”,
“type”: “text”,
“label”: “Text”
}
],
“type”: “collection”,
“label”: “Pull QR Code”
},
{
“name”: “file_mkwrxhpr”,
“spec”: [
{
“name”: “files”,
“spec”: [
{
“name”: “name”,
“type”: “text”,
“label”: “Name”
},
{
“name”: “assetId”,
“type”: “number”,
“label”: “Asset ID”
},
{
“name”: “isImage”,
“type”: “boolean”,
“label”: “Is image”
},
{
“name”: “fileType”,
“type”: “text”,
“label”: “File type”
},
{
“name”: “createdAt”,
“type”: “date”,
“label”: “Created at”
},
{
“name”: “createdBy”,
“type”: “number”,
“label”: “Created by”
}
],
“type”: “array”,
“label”: “Files”
},
{
“name”: “changed_at”,
“type”: “date”,
“label”: “Changed at”
},
{
“name”: “additonal_info”,
“spec”: [
{
“name”: “label”,
“type”: “text”,
“label”: “Label”
},
{
“name”: “color”,
“type”: “color”,
“label”: “Color”
},
{
“name”: “changed_at”,
“type”: “date”,
“label”: “Changed at”
}
],
“type”: “collection”,
“label”: “Aditional info”
},
{
“name”: “value”,
“type”: “any”,
“label”: “Value”
},
{
“name”: “text”,
“type”: “text”,
“label”: “Text”
}
],
“type”: “collection”,
“label”: “Thermal QR Code”
},
{
“name”: “button_mkwr1q09”,
“type”: “text”,
“label”: “Generate Pull QR Code”
},
{
“name”: “button_mkwr4n5v”,
“type”: “text”,
“label”: “Generate Thermal QR Code”
},
{
“name”: “link_mkwrcr1t”,
“spec”: [
{
“name”: “url”,
“type”: “url”,
“label”: “URL”
},
{
“name”: “changed_at”,
“type”: “date”,
“label”: “Changed at”
},
{
“name”: “additonal_info”,
“spec”: [
{
“name”: “label”,
“type”: “text”,
“label”: “Label”
},
{
“name”: “color”,
“type”: “color”,
“label”: “Color”
},
{
“name”: “changed_at”,
“type”: “date”,
“label”: “Changed at”
}
],
“type”: “collection”,
“label”: “Aditional info”
},
{
“name”: “value”,
“type”: “any”,
“label”: “Value”
},
{
“name”: “text”,
“type”: “text”,
“label”: “Text”
}
],
“type”: “collection”,
“label”: “Pull QR Code URL”
},
{
“name”: “link_mkwr4mr”,
“spec”: [
{
“name”: “url”,
“type”: “url”,
“label”: “URL”
},
{
“name”: “changed_at”,
“type”: “date”,
“label”: “Changed at”
},
{
“name”: “additonal_info”,
“spec”: [
{
“name”: “label”,
“type”: “text”,
“label”: “Label”
},
{
“name”: “color”,
“type”: “color”,
“label”: “Color”
},
{
“name”: “changed_at”,
“type”: “date”,
“label”: “Changed at”
}
],
“type”: “collection”,
“label”: “Aditional info”
},
{
“name”: “value”,
“type”: “any”,
“label”: “Value”
},
{
“name”: “text”,
“type”: “text”,
“label”: “Text”
}
],
“type”: “collection”,
“label”: “Thermal QR Code URL”
},
{
“name”: “subtasks_mkwseqe2”,
“spec”: [
{
“name”: “linkedPulseIds”,
“spec”: [
{
“name”: “linkedPulseId”,
“type”: “text”,
“label”: “Subitem ID”
}
],
“type”: “array”,
“label”: “Subitem IDs”
},
{
“name”: “changed_at”,
“type”: “date”,
“label”: “Changed at”
},
{
“name”: “additonal_info”,
“spec”: [
{
“name”: “label”,
“type”: “text”,
“label”: “Label”
},
{
“name”: “color”,
“type”: “color”,
“label”: “Color”
},
{
“name”: “changed_at”,
“type”: “date”,
“label”: “Changed at”
}
],
“type”: “collection”,
“label”: “Aditional info”
},
{
“name”: “value”,
“type”: “any”,
“label”: “Value”
},
{
“name”: “text”,
“type”: “text”,
“label”: “Text”
}
],
“type”: “collection”,
“label”: “Subitems”
},
{
“name”: “direct_doc_mkwsfe5z”,
“type”: “collection”,
“label”: “monday Doc v2”
},
{
“name”: “formula_mkwshms”,
“type”: “text”,
“label”: “Formula”
}
],
“type”: “collection”,
“label”: “Mappable column values”
},
{
“name”: “assets”,
“spec”: [
{
“name”: “id”,
“type”: “uinteger”,
“label”: “ID”
},
{
“name”: “name”,
“type”: “text”,
“label”: “Name”
},
{
“name”: “public_url”,
“type”: “url”,
“label”: “Public URL”
},
{
“name”: “url”,
“type”: “url”,
“label”: “URL”
},
{
“name”: “file_extension”,
“type”: “text”,
“label”: “File Extension”
}
],
“type”: “array”,
“label”: “Assets”
},
{
“name”: “parent_item”,
“spec”: [
{
“name”: “id”,
“type”: “uinteger”,
“label”: “ID”
},
{
“name”: “name”,
“type”: “text”,
“label”: “Name”
},
{
“name”: “created_at”,
“type”: “date”,
“label”: “Created at”
},
{
“name”: “updated_at”,
“type”: “date”,
“label”: “Updated at”
},
{
“name”: “state”,
“type”: “text”,
“label”: “State”
},
{
“name”: “board”,
“spec”: [
{
“name”: “id”,
“type”: “uinteger”,
“label”: “ID”
}
],
“type”: “collection”,
“label”: “Board”
},
{
“name”: “creator_id”,
“type”: “uinteger”,
“label”: “Creator ID”
},
{
“name”: “group”,
“spec”: [
{
“name”: “id”,
“type”: “text”,
“label”: “ID”
}
],
“type”: “collection”,
“label”: “Group”
},
{
“name”: “column_values”,
“spec”: [
{
“name”: “id”,
“type”: “text”,
“label”: “ID”
},
{
“name”: “title”,
“type”: “text”,
“label”: “Title”
},
{
“name”: “value”,
“type”: “text”,
“label”: “Value”
},
{
“name”: “additional_info”,
“type”: “text”,
“label”: “Additional Info”
},
{
“name”: “text”,
“type”: “text”,
“label”: “Text”
}
],
“type”: “array”,
“label”: “Column Values”
},
{
“name”: “mappable_column_values”,
“spec”: ,
“type”: “collection”,
“label”: “Mappable column values”
}
],
“type”: “collection”,
“label”: “Parent Item”
},
{
“name”: “subitems”,
“spec”: [
{
“name”: “id”,
“type”: “uinteger”,
“label”: “ID”
},
{
“name”: “name”,
“type”: “text”,
“label”: “Name”
},
{
“name”: “created_at”,
“type”: “date”,
“label”: “Created at”
},
{
“name”: “updated_at”,
“type”: “date”,
“label”: “Updated at”
},
{
“name”: “state”,
“type”: “text”,
“label”: “State”
},
{
“name”: “board”,
“spec”: [
{
“name”: “id”,
“type”: “uinteger”,
“label”: “ID”
}
],
“type”: “collection”,
“label”: “Board”
},
{
“name”: “creator_id”,
“type”: “uinteger”,
“label”: “Creator ID”
},
{
“name”: “group”,
“spec”: [
{
“name”: “id”,
“type”: “text”,
“label”: “ID”
}
],
“type”: “collection”,
“label”: “Group”
},
{
“name”: “column_values”,
“spec”: [
{
“name”: “id”,
“type”: “text”,
“label”: “ID”
},
{
“name”: “title”,
“type”: “text”,
“label”: “Title”
},
{
“name”: “value”,
“type”: “text”,
“label”: “Value”
},
{
“name”: “additional_info”,
“type”: “text”,
“label”: “Additional Info”
},
{
“name”: “text”,
“type”: “text”,
“label”: “Text”
}
],
“type”: “array”,
“label”: “Column Values”
},
{
“name”: “mappable_column_values”,
“spec”: ,
“type”: “collection”,
“label”: “Mappable column values”
}
],
“type”: “array”,
“label”: “Subitems”
}
]
}
},
{
“id”: 20,
“module”: “google-docs:getADocument”,
“version”: 1,
“parameters”: {
IMTCONN”: 5830560
},
“mapper”: {
“filter”: “image”,
“select”: “dropdown”,
“document”: “/1oFQt7spaKQAcX2SOFKcWksIAN1UVPHPVRuaRM1jdn3w”,
“destination”: “drive”,
“includeTabsContent”: false
},
“metadata”: {
“designer”: {
“x”: 313,
“y”: -12
},
“restore”: {
“expect”: {
“filter”: {
“label”: “Image”
},
“select”: {
“label”: “By Dropdown”
},
“document”: {
“path”: [
“QR Page for Ticket - Template”
]
},
“destination”: {
“label”: “My Drive”
}
},
“parameters”: {
IMTCONN”: {
“data”: {
“scoped”: “true”,
“connection”: “google”
},
“label”: “My Google connection (pandawindowsdoors@gmail.com)”
}
}
},
“parameters”: [
{
“name”: “IMTCONN”,
“type”: “account:google”,
“label”: “Connection”,
“required”: true
}
],
“expect”: [
{
“name”: “select”,
“type”: “select”,
“label”: “Get Content of a Document”,
“required”: true,
“validate”: {
“enum”: [
“map”,
“dropdown”
]
}
},
{
“name”: “includeTabsContent”,
“type”: “boolean”,
“label”: “Include Tabs Content”,
“required”: true
},
{
“name”: “filter”,
“type”: “select”,
“label”: “Filter”,
“required”: true,
“validate”: {
“enum”: [
“image”,
“drawing”,
“chart”
]
}
},
{
“name”: “destination”,
“type”: “select”,
“label”: “Choose a Drive”,
“required”: true,
“validate”: {
“enum”: [
“drive”,
“share”,
“team”
]
}
},
{
“name”: “document”,
“type”: “file”,
“label”: “Document ID”,
“required”: true
}
]
}
},
{
“id”: 34,
“module”: “google-docs:createADocumentFromTemplate”,
“version”: 1,
“parameters”: {
IMTCONN”: 5830560
},
“mapper”: {
“select”: “dropdown”,
“name”: “Testing Monday {{2.pulseName}}”,
“destination”: “drive”,
“from”: “drive”,
“document”: “/1oFQt7spaKQAcX2SOFKcWksIAN1UVPHPVRuaRM1jdn3w”,
“requests”: {
“Job”: “{{2.pulseName}}”
},
“image”: {},
“folderId”: “/157Bcseyw5zjblMkgbRJOYqccBGcXmd-l”
},
“metadata”: {
“designer”: {
“x”: 654,
“y”: -2
},
“restore”: {
“parameters”: {
IMTCONN”: {
“label”: “My Google connection (pandawindowsdoors@gmail.com)”,
“data”: {
“scoped”: “true”,
“connection”: “google”
}
}
},
“expect”: {
“select”: {
“label”: “By Dropdown”
},
“destination”: {
“label”: “My Drive”
},
“from”: {
“label”: “My Drive”
},
“document”: {
“path”: [
“QR Page for Ticket - Template”
]
},
“folderId”: {
“mode”: “chose”,
“path”: [
“Testing 1 2 3”
]
}
}
},
“parameters”: [
{
“name”: “IMTCONN”,
“type”: “account:google”,
“label”: “Connection”,
“required”: true
}
],
“expect”: [
{
“name”: “select”,
“type”: “select”,
“label”: “Create a Document from a Template”,
“required”: true,
“validate”: {
“enum”: [
“map”,
“dropdown”
]
}
},
{
“name”: “name”,
“type”: “text”,
“label”: “Title”,
“required”: true
},
{
“name”: “destination”,
“type”: “select”,
“label”: “New Drive Location”,
“required”: true,
“validate”: {
“enum”: [
“drive”,
“share”,
“team”
]
}
},
{
“name”: “from”,
“type”: “select”,
“label”: “Choose a Drive”,
“required”: true,
“validate”: {
“enum”: [
“drive”,
“share”,
“team”
]
}
},
{
“name”: “document”,
“type”: “file”,
“label”: “Document ID”,
“required”: true
},
{
“name”: “requests”,
“type”: “collection”,
“label”: “Values”,
“spec”: [
{
“name”: “Job”,
“type”: “any”
}
]
},
{
“name”: “image”,
“type”: “collection”,
“label”: “Image URLs”,
“spec”: [
{
“name”: “kix.wefs74wiyuog-t.0”,
“type”: “url”,
“label”: “Tab (Tab 1) - Body: Image No. 1 (image1)”,
“metadata”: {
“tabId”: “t.0”
}
},
{
“name”: “kix.45guv55hp73d-t.0”,
“type”: “url”,
“label”: “Tab (Tab 1) - Body: Image No. 2 (image1)”,
“metadata”: {
“tabId”: “t.0”
}
}
]
},
{
“name”: “folderId”,
“type”: “folder”,
“label”: “New Document’s Location”,
“required”: true
}
]
}
}
],
“metadata”: {
“instant”: true,
“version”: 1,
“scenario”: {
“roundtrips”: 1,
“maxErrors”: 3,
“autoCommit”: true,
“autoCommitTriggerLast”: true,
“sequential”: false,
“slots”: null,
“confidential”: false,
“dataloss”: false,
“dlq”: true,
“freshVariables”: false
},
“designer”: {
“orphans”: [
[
{
“id”: 35,
“module”: “builtin:BasicFeeder”,
“version”: 1,
“parameters”: {},
“mapper”: {
“array”: “{{5.assets}}”
},
“metadata”: {
“designer”: {
“x”: 715,
“y”: -640,
“messages”: [
{
“category”: “link”,
“severity”: “warning”,
“message”: “The module is not connected to the data flow.”
},
{
“category”: “reference”,
“severity”: “warning”,
“message”: “Referenced module ‘monday.com - Get an Item’ [5] is not accessible.”
}
]
},
“restore”: {
“expect”: {
“array”: {
“mode”: “edit”
}
}
},
“expect”: [
{
“name”: “array”,
“type”: “array”,
“label”: “Array”,
“mode”: “edit”,
“spec”:
}
]
}
},
{
“id”: 42,
“module”: “util:TextAggregator”,
“version”: 1,
“parameters”: {
“rowSeparator”: “\n”,
“feeder”: 35
},
“mapper”: {
“value”: “{{35.public_url}}”
},
“metadata”: {
“designer”: {
“x”: 1000,
“y”: -598
},
“restore”: {
“parameters”: {
“rowSeparator”: {
“label”: “New row”
}
},
“extra”: {
“feeder”: {
“label”: “Iterator [35]”
}
}
},
“parameters”: [
{
“name”: “rowSeparator”,
“type”: “select”,
“label”: “Row separator”,
“validate”: {
“enum”: [
“\n”,
“\t”,
“other”
]
}
}
],
“expect”: [
{
“name”: “value”,
“type”: “text”,
“label”: “Text”
}
],
“advanced”: true
}
},
{
“id”: 45,
“module”: “util:SetVariable2”,
“version”: 1,
“parameters”: {},
“mapper”: {
“name”: “Seperator”,
“scope”: “roundtrip”,
“value”: “{{split(42.text; newline)}}”
},
“metadata”: {
“designer”: {
“x”: 1260,
“y”: -603
},
“restore”: {
“expect”: {
“scope”: {
“label”: “One cycle”
}
}
},
“expect”: [
{
“name”: “name”,
“type”: “text”,
“label”: “Variable name”,
“required”: true
},
{
“name”: “scope”,
“type”: “select”,
“label”: “Variable lifetime”,
“required”: true,
“validate”: {
“enum”: [
“roundtrip”,
“execution”
]
}
},
{
“name”: “value”,
“type”: “any”,
“label”: “Variable value”
}
],
“interface”: [
{
“name”: “Seperator”,
“label”: “Seperator”,
“type”: “any”
}
]
}
},
{
“id”: 46,
“module”: “builtin:BasicFeeder”,
“version”: 1,
“parameters”: {},
“mapper”: {
“array”: “{{45.Seperator}}”
},
“metadata”: {
“designer”: {
“x”: 1569,
“y”: -680,
“messages”: [
{
“category”: “last”,
“severity”: “warning”,
“message”: “A transformer should not be the last module in the route.”
}
]
},
“restore”: {
“expect”: {
“array”: {
“mode”: “edit”
}
}
},
“expect”: [
{
“name”: “array”,
“type”: “array”,
“label”: “Array”,
“mode”: “edit”,
“spec”:
}
]
}
}
]
]
},
“zone”: “us2.make.com”,
“notes”:
}
}