Hello,
I have a URL parameter ticketid: "https://apps.powerapps.com/play/appid?ticketid=" + id_variable
I also have a timer object on my Homescreen. The timer navigates to a Form view (checks URL for ticketid parameter every 600ms) and loads the ticket with the id in the paramater.
When Im done editing that ticket and I click my save button or cancel button, I navigate back to my homescreen. However the logic in the Timer object gets executed again and im send back to the Form view.
Is there a way for me to write some code that will remove my URL parameters when I click on my save or cancel buttons?
The app works fine when I open it without the parameter.
---------------------------
What could also be a workaround for me atleast is the load("www.etc.com") function but it opens up a new tab which should not be the case. Is there a funtion that changes the URL of the current tab (where the powerapp runs).
Kind Regards