Hi, and thanks in advance for any guidance.
An agent at my business created an order in the Shopify backend from a draft. It was paid, and triggered the below Flow:

This Flow handles orders that are created in Shopify itself, and not those from connected 3rd party marketplaces. It has been adding tags and reaching the end of the Flow when a sale has been created by the online store. This is the first order from draft, and the first time I have seen this error.
Here are the tags I’m trying to add:
{{order.riskLevel}}
{{order.customer.id}}
{{order.app.name}}
{{order.discountCode}}
{{order.note}}
I’m interested to know if it’s a particular tag that is throwing the error, the order object being incompatible with drafts, or perhaps something else.
I would expect that if one of the values that I’m trying to pass in as a tag is not present, then the tag would be null and not be created.
Would be very grateful for advice.
Many thanks,
