Scheduling a weekly event.

0
Hi everyone, I need to be able to schedule a weekly a event that will export the live data from my app to a specific folder. Does anyone know how to do this? Thanks, Jon
asked
2 answers
2

MAybe statign the obviu=ous but use a scheduled event for this on a repeat interval of 1 week, see https://docs.mendix.com/refguide/scheduled-events

Depending on how you want to export the data, create the export function in your microflow. Make sure the folder is accesible from your Mendix app and you'll probably need some java code for this as there is no user interaction in the scheduled event.

answered
2

Hi,

you can add schedule event by right your module and select add-->other-->Scheduled Event

So You can get like this.

FYI,

We have option to give scheduler start date and time,interval and interval type.So u can choose your option based on your requirements.In microflow option  u have to select your microflow which you want to trigger during scheduled time

answered