I’m having an issue after migrating from Integration for Sentence Builder and I’d really appreciate some clarification.
Previously, when using Integration for Sentence Builder, I was using a Dynamic Mapping field, and everything worked perfectly.
After the migration, this was replaced by Custom Field for Automation Block.
If I enable the “Use deprecated payload API” option, the integration still works as expected. However, once I disable this option, the integration starts failing.
So my main question is:
What is the exact structure that the Custom Field for Automation Block need when the deprecated payload API is not used?
For reference, this is the output configuration I previously sent to the Dynamic Mapping field:
[
{
"id": "column_id",
"title": "Column",
"outboundType": "text",
"inboundTypes": ["text", "numeric"]
}
]

