Hello All,
Im looking to control the behavior of what happens when someone presses "Cancel" in my form. I dont want them to be able to see the list. I want to send them to a different URL in the same window, essentially not letting them see the entirety of the list. I tried
Launch("URL", {}, LaunchTarget.Replace) and it does nothing. I dont have the ability to use Launch("URL", {}, LaunchTarget.self) as it errors out.
Help!!