Tags not saving despite successful flow run logs

I have an automation that tags orders with company ID. It works most of the time but in some cases despite the logs showing a successful run, the tags actually aren’t added.

99% of the time, you have something else that is editing the order around the same time and it blows away the tags. It’s very common due to the way that orderUpdate and REST works for tags. We use the tagsAdd mutation which will only add and doesn’t affect existing tags.

Gotcha. I can’t think of anything that would be doing this, but I guess the only way to find this would be the store admin audit webhook?