Forum Discussion
Hi @Tommy,
Can you please provide screenshot containing configuration of the upstream snap that you are using?
Thanks,
Spiro
Hi @Spiro_Taleski. Sure. The upstream snap is a mapper…
I have also tried hard coding this is a mapper to rule out any schema issues:
I still get the error below on both methods:
- SpiroTaleski6 years agoValued Contributor
Hi @Tommy
I have tried the same approach using the Salesforce Read Snap and get the same error message. It looks like a SnapLogic bug that does not allow to get the value from the input schema for that field.
If you are using the Salesforce Read Snap you can specify the Object type from the pipeline parameters(ex : _SFObject).
If you are using the Saleforce SOQL Snap then you can specify the object type dynamically from the input schema in the SOQL query section of the Snap:
Regards,
Spiro- Tommy6 years agoNew Contributor III
Thanks @Spiro_Taleski.
I was already passing the object in the SOQL dynamically. I hadn’t even considered leaving the “Object Type” field blank. That worked. Thanks