Flow Autotagging Based on Product Description

Hi! I’m looking to setup an automation w/ Flow that tags the order based on the product description. I’d like the tag to auto populate based on one of the values in the description.

So far I have an existing flow that reads the description based on ‘lineItems_item.product.description’

Any thoughts?

1 Like

Parsing an unstructured description is going to be fairly difficult. You probably want to use Run code to do the parsing. And then return whatever value to use in the Add order tag action.

1 Like

@chilichel12 if you’re not familiar with the run code functionality, I’d be happy to help. This should be a pretty easy thing to do. Link is in my signature.