I’m trying to upload Files to a Salesforce Account record based on the inputs from a digital form. Because a user will not know the exact string that their account is set as in the org, I figured the Salesforce SOQL could use a LIKE operator to find similar strings to upsert on.
However, I’m getting a malformed query error. Has someone done something similar before?