Calling a microflow with intervalls.

0
Hi guys! I’ve found this great widget  Microflow timer (https://appstore.home.mendix.com/link/app/27/) This does the job perfectly but I want to use the Geolocation widget with a microflow or a timer. But I’m not sure on how to do this? https://appstore.home.mendix.com/link/app/1380/ Becuase the geolocation widget creates a button that given you your current geolocation but you can’t call this with the Microflow Timer (as far as I know). If anyone has any advice or tips, greatly appreciated.   Ps. This is a hybrid application  
asked
1 answers
2

Hi Vincent,

Instead of a microflow you can also call a nanoflow with a set interval, in which you call a standard JavaScriptAction (from the JS commons module) that gets your current location: same result :)

Good luck!

answered