Hello everybody,
In my app I want to check Users’ Birthday automatically everyday in order to offer him some bonus if his/her birthday is current date.
Is any possiblity to do it without any action from admin side?
Hello everybody,
In my app I want to check Users’ Birthday automatically everyday in order to offer him some bonus if his/her birthday is current date.
Is any possiblity to do it without any action from admin side?
Recursive Workflow can help you in doing this.
I guess you could schedule a workflow/action similar to this:
I don’t have a field in my database called “birthday” so I just typed it in to show as an example.
You could place the workflow on page load and show a banner with the special offer, for example.