We sell custom neon signs and use personalisation tools to do this, which means every time someone adds their design to their basket it is saved as a brand new product (regardless if they order or not).
I’m trying to set up a Shopify flow so that every time a new product is created it’s tagged with “Created [DYNAMIC DATE}” Ideally something that would read like “Created 7 April 2024” for example.
I found a load of advice in using liquid syntax to do this, and the flow is working but it’s not actually pulling the dynamic date into the tag label. It appears exactly as typed.
This is the kind of thing I’ve been using:
Created { product.created_at | date: “%b %d, %y” }
Created { product.created_at | date: “%Y-%m-%d” }
I’ve tried product.createdAt and loads of different date variants that match PHP formats, but no luck! All my labels come out saying exactly what I set as the tag, not with dynamic dates.
ag
Does anybody have any advice (that isn’t another app or reporting tool)?
Cheers,
Kerri

