I’ve got several scheduled endpoints that update on different schedules some more frequently than others. Does anyone have any ideas on how to manually trigger one to update without restarting the entire dashboard?
+1 for this!
I have reports which generate daily on scheduled endpoints, it would be nice to be able to use some sort of sync-element type function on my endpoint to re-run it via a button click without having to copy/paste the same code into my button.
1 Like
I ended up just putting my report into a separate file and dot sourcing it in the endpoint and button which works fine for now!
this has been implemented lately https://github.com/ironmansoftware/universal-dashboard/issues/1381
3 Likes