So, I’m wondering if there’s a simple way to set something up so a user in my app can create/save a static page by simply clicking a button? This static page would contain data from that users data types. The info on this page would update every time the user clicks the button to generate page. Thing is, the page then needs to be accessible read only externally to the public via a saved url.
Thanks