Hello @roshamboshades,
Welcome to the Klaviyo Community!
Interesting use case you have here by using order tags to identify users! One of the bottlenecks in what you’re trying to achieve here is that order tags from Shopify are typically not set at the point of purchase (Placed Order). This is due largely in part to the sync frequency between Klaviyo and Shopify pertaining to orders. As mentioned in the Frequency of the Shopify Sync section of the Reviewing Your Shopify Data Help Center article:
Because we sync all metrics in real-time, any tags -- such as Order Tags -- that might be added to an order after it is processed will not sync into Klaviyo. Klaviyo does not re-sync metrics after the initial event takes place, so no tags or adjustments made to an order after-the-fact will be updated in Klaviyo.
However, the simplest workaround as @retention and my colleague, @Dov as mentioned in previous Community posts, would be leveraging the Fulfilled Order event in place of a Placed Order event. Fulfilled Orders, which occur after the Placed Order event would be passing many of the same information and details; including the order tags. Since this event is passed later on in the process, the order tags would have enough time to be understood and synced to Klaviyo.
Alternatively, you can also go the custom route and record a custom event to be synced to Klaviyo when these sort of orders occur. This method would allow you to trigger individual flows based on if a user has triggered a “KR” custom event or the “KNR” custom events. You can even go as far as creating a single custom event that would pass this sort of data to trigger a single flow but separated by a trigger split to divide the traffic of which action your customers took. Going with this solution, I would suggest working with your developer and using the resources found in our Developer’s Portal to learn how to code and sync these custom events!
I hope this helps!
David