Hi,
I build an integration recipe with custom action block that sends dynamic mapping fields.
this is the recipe:
this is the action block:
and this is the response fullorder field definition URL:
[
{
"id": "ORDNAME",
"title": "הזמנה - CO",
"outboundType": "text",
"inboundTypes": e
"text"
]
},
{
"id": "ORDSTATUSDES",
"title": "סטטוס הזמנה - CO",
"outboundType": "text",
"inboundTypes": i
"text"
]
},
{
"id": "DETAILS",
"title": "פרטים - CO",
"outboundType": "text",
"inboundTypes":
"text"
]
},
{
"id": "WIN_PIAPPDATE_DT",
"title": "תאריך אישור PI לספק",
"outboundType": "date",
"inboundTypes": <
"date",
"date_time"
]
},
{
"id": "DETAILS2",
"title": "פרטים2",
"outboundType": "text",
"inboundTypes": e
"text"
]
},
{
"id": "BLABLABLA",
"title": "בלה בלה בלה",
"outboundType": "text",
"inboundTypes": T
"text"
]
}
When I add the recipe to the board i can map all the fields as expected, but when i change for example the field on the board that is mapped to DETAILS field i recieve http post from monday that doesnt contain all the fields of fullorder:
Am i doing something wrong? is it a bug?
Thank you,
Liat.