Connector BR fails to execute successfully
Hello Team,
I am currently writing a connector business rule that connects an EDM system to retrieve a file, apply mapping logic, and process the resulting DataTable into ACM. I have successfully implemented the same integration code for several other connectors, all of which are functioning as intended.
However, when I attempt to apply the same logic for the Account connector, I encounter the following error:
"Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index')"
I have rewritten the rule twice but have not been able to resolve the issue.
Do you have any insights into why this might be occurring?
My team and I were able to identify the issue. The incoming values (columns) from the source system were not aligned with the available properties, which included formatting discrepancies in the supplied file and several other key details. The solution involved implementing a workaround in the code for anyone else encountering this issue.