I am calling sforce_query action on salesforce connector plugin and the result i am trying to store in a structure. Here my table name and structure names are different. So i am getting the error like
"Expected a Record of Order instead of Order_details this error"
Can any one help me on it. I think i am getting this issues creating ObjectList on sforce_query.
Hello,
Did you manage to find the solution to this issue?
You need to make sure that the input/output Structure/Record are the same. Otherwise it won't make a match.
You also need to make sure that all the attribute's data types match.
Let me know if this aids you on solving the issue.
If not, paste your Input/Output structure definitions here. (print-screen maybe?)
Best Regards,
Bruno Mexia