Hello,
I am receiving this error when trying to update a Salesforce record at the beginning of a component workflow.
Full Error Message: {"error":"request id: 5f3d74f1e4b09209fe15ff17 response code: 404, message: Provided external ID field does not exist or is not accessible: e], provider message: "}
Here is the initial actions of the workflow:
The "update a record" and "retrieve opportunity field" actions both reference the same Salesforce ID. The update action will throw the mention error when running the workflow. If I disable that action, the all other uses of the ID work fine, including another update action later in the workflow.
I tried to do some googling on this issue with no luck. I'm not exactly sure if this is a Nintex issue or something to do with Salesforce and how it handles these integrations, but was wondering if this was anything other people might know a workaround for.
The main point of confusion for me is why the update seems to not work when it is used at the beginning of the workflow, but performing an update action on the same ID later in the workflow has no issues. Seems like some sort of timing issue.