Does anyone have any examples of how they used the Card option in the Connector Spec File? I have read the documentation, but it doesn’t talk about how this data is stored and how it can be retrieved and used in the connector.
I figured it out. It puts it into an array of maps.
"connectorAttributes": {
"tableParameters": [
{
"tableType": "accounts",
"tableId": "tableId",
"sequenceNumberForTable": "1",
"tableName": "tableName"
}
]
}
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.