I am using Execute SOQL from Salesforce package but the activity is throwing below error -
Execute SOQL - Unable to cast object of type’Newtonsoft.json.Linq.Jobject’ to type ‘Newtonsoft.Json.Linq.Property’
This activity is story the output in datatable variable.
For reference i am passing the query as -
Select Field1. Field2,(Select Field3, Field4 From Table2 where condition),(Select Field5, Field6 From Table3 where condition) From Table1 where Field1=“Value’”