Hello FF community!
I have been looking for a solution to a problem for several days now.:
I'm creating an online store that includes temporary discounts on targeted items.
I want this discount to turn off automatically on a scheduled date.
I'm using firebase as backend
To do this, I have to find a way to trigger my action (disable reduction) at a chosen date/time.
I've tried a lot of things but I can't:
- Timer end action
- Custom function to calculate time between current time and my chosen date/time to trigger my action when current time > chosen date...
- ...
If you have an idea or if anyone has encountered this before, please let me know 😄🙏
THANKS !
Here is an example of one of my many failed attempts: