39
Views
6
Comments
Timer Export data
Application Type
Traditional Web, Mobile, Reactive, Service

How to export Database by use timer?

2023-03-03 06-59-12
Reemali patil

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

2021-06-03 11-03-21
Anubhav Rai

Hi Su Bin,

Could you please explain more about your requirement, and why you need to download with the timer?


Regards,

2023-02-06 13-52-11
Rohit Dharampurikar

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

UserImage.jpg
Himani Sharma

Hi Su Bin,

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

 

UserImage.jpg
Himani Sharma

Hi Su Bin 

To create action you can consider below image


Thanks

Himani

 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.