Hi,
I’m developing a dynamic mapping fields and when the “integration recipe” gets triggered, i noticed only 2 column (Link & Date Time) returns [object 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] [object 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] [object 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] [object 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] [object Object] Label 1,Good"
}
},
"recipeId": <REDACTED>,
"integrationId": <REDACTED>
}
}
This is the dynamic mapping fields
This is the sample data
Current behaviour: Both Link and Date Time column returns [object 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