I built a work process around Lists, Adaptive Cards, Outlook, and Excel. I'm using Lists as my database, and trying to keep the users from directly accessing it. If a user needs to update a record, they must open an Excel report that is automatically synced with the Lists. One of the columns is a URL that contains the id of the record that needs to be updated, and is the Get URL for a trigger in Power Automate:

This workflow selects the correct item from the List, determines who the owner is, and emails an Adaptive Card to the owner with an update form. So the process in short is: click link->get email->submit form.
It works fantastically... except when you click on the link a blank HTML page opens up immediately (followed shortly by the email). My concern is the blank page makes it look like the process is broken. Is there a way to display something on the page, even something as simple as text that says "update form will be emailed shortly"?