119
Views
1
Comments
ToObject of a structure is giving issue while i am calling salesforce_query action
Question

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.

2020-01-15 12-23-14
Bruno Mexia
Staff

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

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.