I have a flow where when I add columns to a Sharepoint list, it then will populate a document library and create or update an aspx page. I *need* the aspx page to be public facing. Or it be an html page and be public facing. I want to use this page in an iframe on a website (Weebly) so that it's dynamically updated from the Sharepoint list. The html page just wants to be downloaded instead of it being actually viewed (when I make public), and I learned that aspx pages can't be made public ("no support").
Someone told me that apparently with Sharepoint on Premise, that I can have public aspx pages this way. I don't know anything about Sharepoint on Premise, and from my understanding, this is Sharepoint, but I install it on a server myself. So I attempted to install it on my Linux server, but am having trouble installing a later version of nodejs. So before I pull my hair out trying to do this, will I be able to access the Sharepoint server that I install on Linux from Power Automate? If I can't, then I won't bother trying to get it installed.
Also, I am open to other suggestions on how to dynamically update my Weebly site with Power Automate.