Current State:
Alteryx processes data and outputs the same 3 PDF files every 5 minutes (overwriting the file every time on a network shared drive, one file for each department). I have a VERY small .HTML file that loads the PDF and is set to auto-refresh the page every 5 minutes as well, using <meta http-equiv="refresh" content="300">. The users of these reports simply open the .HTML page to get live updates of the data.
Desired Future State:
Embed the auto-refresh into .HTML output instead of the .PDF, bypassing the creation of the files. In other words, instead of a small .HTML file that loads the .PDF and auto-refreshes every 5 minutes, I'd like to output the .HTML file that would contain the reports and have *it* self-refresh every 5 minutes.
Is anyone aware of a method to accomplish what I'd like to do?