I am new to shopify programming and I have a problem related to the shopify flow app, I’m trying to create a condition that allows me to control the total amount of paid orders but only the orders of the current year. is this possible? something like: order.created_at | date: “%Y” = ‘now’ | date: “%Y”
If anyone knows anything about it I would appreciate your help.