Hello,
My team has built a Power Apps canvas app for reporting time. The dataset is a SharePoint list.
We want to to log all entries modified during a Power Apps session so that we can send a summary of the modifications by email.
I am wondering if it is possible to measure when a Power Appssession is started and when it ends in Power Automate. Ideally, a flow starts once a user opens the app and ends when the user closes the app.
We do not want to add any button to start or end a session as this will affect the user experience and we cannot guarantee that a user would properly "end" a session with a button instead of closing the tab or the browser.
Anyone know if this is possible or does anyone have a different approach?