I'm building a NWC workflow that populates information in Salesforce. I'm stuck on query contact look-up fields. I'm receiving the same failure notification when I try and query the contact records in Salesforce.
Here's the use case:
Submit a form to create an opportunity with "Architecture Contact". This is a look-up field in Salesforce. I submitted a form request with the name "Sammie Gibson", which is an existing contact in Salesforce. I'm trying to query the results, if the results return 1 record, then I'm updating the opportunity with the Architecture name submitted. However, the workflow is failing on query a record and returning the error message attached.
I've attached a picture of the my configuration as well.
Any ideas on what I'm doing wrong here?