Made a workflow that adds one or two free items to the order depending on what discount code is used. It worked fine for the past day or two, but this afternoon it stopped working correctly and seems is failing to consistently add line items to order.
Getting this error report:
Ran into transient error: GraphQL Response User Errors: “The resource has been updated since it was loaded. Try again with an updated compareDigest value.”
Since the update said to check step configuration, I even rebuilt the workflow from scratch and the new workflow is still running into errors. I don’t know what the compareDigest is, and it’s not clear what “the resource” is.
Trying to manually re-run shows a blank error field and then “Some data may have changed since the original run was completed. Learn more about retrying workflow runs.” underneath it. Unsure of what data could have actually changed since I haven’t done anything on my end to change anything.
I’m having the exact same problem out of nowhere today. I’ve been running this same flow for several months and have never had an issue.
Today, it now fails to add one of the order line items but successfully adds the other. The product listings and flow have not been touched at all for months.
No, not yet, and seeing here that there are two others with the same problem, I’m assuming it’s some update on the backend of shopify or flow that is causing this error.
The issue is back out of nowhere again today! All of my flows adding order line items failed again with the same error messages. Haven’t touched the flow or product listings.
You should avoid having more than 1 workflow trying to edit an order at the same time. I believe you have multiple, which could be combined into a single workflow.