Skip to main content

Hi,


I’m developing a dynamic mapping fields and when the “integration recipe” gets triggered, i noticed only 2 column (Link & Date Time) returns tobject Object] in the payload


This is the payload returned


{
"payload": {
"blockKind": "action",
"inboundFieldValues": {
"boardId": <REDACTED>,
"itemId": <REDACTED>,
"userId": <REDACTED>,
"number": {
"title": "<REDACTED>",
"value": "<REDACTED>",
"invalid": false
},
"template": {
"title": "<REDACTED>",
"value": "<REDACTED>",
"invalid": false
},
"to": "<REDACTED>",
"template_variables": {
"body_1": "true 2023-09-29T00:00:00.000Z 1817383008 super\\nmutliline\\nlong\\ntext Research 5 Done just a text object Object] jobject Object] Label 1,Good",
"header_1": "true 2023-09-29T00:00:00.000Z 1817383008 super\\nmutliline\\nlong\\ntext Research 5 Done just a text object Object] jobject Object] Label 1,Good"
}
},
"inputFields": {
"boardId": <REDACTED>,
"itemId": <REDACTED>,
"userId": <REDACTED>,
"number": {
"title": "<REDACTED>",
"value": "<REDACTED>",
"invalid": false
},
"template": {
"title": "<REDACTED>",
"value": "<REDACTED>",
"invalid": false
},
"to": "<REDACTED>",
"template_variables": {
"body_1": "true 2023-09-29T00:00:00.000Z 1817383008 super\\nmutliline\\nlong\\ntext Research 5 Done just a text object Object] jobject Object] Label 1,Good",
"header_1": "true 2023-09-29T00:00:00.000Z 1817383008 super\\nmutliline\\nlong\\ntext Research 5 Done just a text object Object] jobject Object] Label 1,Good"
}
},
"recipeId": <REDACTED>,
"integrationId": <REDACTED>
}
}

This is the dynamic mapping fields


This is the sample data

image


Current behaviour: Both Link and Date Time column returns tobject Object]

Expected behaviour:

Link returns the link of the column (https://monday.com)

Date Time returns something like this: 2023-09-29T23:30:00.000Z

Hello there @wk_kong ,


Would you be able to please send us an email to appsupport@monday.com so we can take a closer look from there?


Looking forward to hearing from you via email!


Cheers,

Matias


Reply