Skip to product information
1 of 1
Published:2024.07.21

Example of a Shopify Flow configuration that updates the value of the metafield "age" on the day of a Shopify user's birthday based on the birthday set in a tag

Example of a Shopify Flow configuration that updates the value of the metafield "age" on the day of a Shopify user's birthday based on the birthday set in a tag

Applications

  • Member information management and editing

How to implement

  • Shopify Flow
View full details

This is an example of a Shopify Flow configuration that automatically updates a customer's age when they reach their birthday, when you can set their birthday as a customer tag and their age as a metafield on Shopify's membership registration form (https://store-dojo.com/products/2024-07-20).


Example of Shopiri Flow configuration that updates the value of the metafield "age" on the birthday based on the birthday set in the tag


[How to set up Flow] Trigger a daily schedule to retrieve customer data whose birthday is on that day and update their age.


After making a purchase (all items are ¥0), you will be able to view the sample code.

If you have already made a purchase, please login here.

Sample Codes

Test Theme :Dawn/Rise 15.2.0

Set customer data extraction criteria with a custom query

Calculate age based on birth year in customer tag

Related Post