Skip to main content
1-Visitor
November 3, 2020
Solved

Automatic Data Export Widget

  • November 3, 2020
  • 1 reply
  • 1054 views

Hi everybody,

 

I am working with data export widget to export data from my data table. It is working well.

export.JPG

 

I would like to schedule one time to launch this widget everyday rather than I do it manually.

 

I have been thinking to use the function "schedulers" to does it:

 

sch.JPG

 

Does anyone know if this is possible?

 

 

 

 

Best answer by PaiChung

To trigger this automatically you can use a scheduler, then a service to pull the data and then save it as CSV to a Thingworx file repository.

This can all be done server side so you don't need to have a mashup open to trigger the Data Export widget

1 reply

PaiChung22-Sapphire IAnswer
22-Sapphire I
November 3, 2020

To trigger this automatically you can use a scheduler, then a service to pull the data and then save it as CSV to a Thingworx file repository.

This can all be done server side so you don't need to have a mashup open to trigger the Data Export widget