Update Date Metafield with Shopify Flow isnt working

I would like the expiry date to be updated automatically every day. I have created a Shopify flow for this purpose, but it is not executed and I don’t know why

Can you tell me what I am doing wrong?

Thank you very much
Robin from Nesk

Hi Robin, I came here to look to see if anyone else is having issues with flows with scheduled triggers. I have been experiencing this today for some reason and I also can’t see what I am doing incorrectly. I was trying to see if it was a wider issue with Shopify Flow today.

edit can I ask, is your Flow triggering at all? Even if you put an earlier action like sending an internal email?

Scheduled triggers stopped working for me this morning. I had set up my first one yesterday, it ran every 10 mins for about 5 hours and now none of them will run even one time.

Thanks Dave. I thought I was doing something wrong. I did notice that recurring ones I’d set up previously were still working though. It was just new ones created yesterday that wouldn’t trigger. I had thought that I’d run into some sort of limit.

Dave, I think Shopify have fixed it now.

Hey Donzel,
it is working now, but the date that the flow created is 01.Jan.1970. How can i change it?

I want it to be the now Date plus 1.

Thanks a lot for the quick replys.

Try this:

{{ “now” | date_plus: “1 day” | date: “%Y-%m-%d” }}