How to export Database by use timer?
Hi Su Bin,
If you're looking to export data using timers , check out this helpful discussion on the OutSystems Forum.
https://www.outsystems.com/forums/discussion/81398/timers/
It provides valuable insights and community support on the topic.
Feel free to explore and ask any questions you may have.
Best,
Reemali
Hi Su Bin,Could you please explain more about your requirement, and why you need to download with the timer?Regards,
Hi, for best practice:
https://www.outsystems.com/forums/discussion/81684/best-solution-of-timer/
regards
Hi Su Bin
You should create a server action and write logic for export data as per your requirement in server action and then create a timer select that server action and schedule timer as per requirement.
and should follow timer best practise while witting the logic .
regard
Rohit
You can try below mentioned way :
Create server action to get the data you need to export.Then send that data to person as attachment through mail.you can use html if you need to send data in table format. Finally configure the created action with timer.
Thanks
Himani
To create action you can consider below image