Hello,
I have a PSU page in an app that simply shows a csv file in a table.
I would like to have a timer that checks the file last write time and reloads the file to the table if there was a change.
I already got it going using New-UDEndpointSchedule.
But the Endpoint stays forever.
Calling the page again will have me one more endpoint and so on.
And data exchange from that endpoint is only possible via $cache:.
Is there a way to do this just within the web page?
would work to reload the whole page, but that is disturbing.
I just like to reload the table.