I need to check inside my users all users old than 30 days and cancel everythings in the database linked to that user
Of course i need to do this daily
Wich is the best practice?
Thanks in advance
P.s. i was doing on load page but it delay everything
Hi there, @rcretella… you should almost certainly use a backend workflow for such a process, and you could run that workflow manually (by clicking a button or something) or you could have the last step in that workflow call the workflow itself so that after you kick it off the first time, it will run automatically at a specified interval.
Hope this helps.
Best…
Mike
1 Like