I am trying to capture the birthday of my customer in the standard BirthDate metafield. This is the metafield my third party apps also use.
I made a Shopify form asking for the birthday, but it can only capture the date to a custom metafield. I would need to create a flow to get the date from one field to the other. However, I capture the date in DD/MM/YYYY - the BirthDate metafield doesn’t accept this. It would have to be MM/DD/YYYY.
Has anyone successfully created this flow? I keep fighting with the code
Same issue here. I used flow to split the date string (by “/”), then reorder the parts to MM/DD/YYYY before saving to BirthDate. Not ideal but it worked after a few tries.