I'm working on a new canvas app and I have html text with anchor tags that when clicked I'd like to set a variable. The html text dimensions dictate that the content will scroll so I can't place a transparent button over each link. So when a question link is clicked, I would set a var which would launch modal window content with the answer.
I don't think that's possible, but I wanted to ask.
// Set var when clicked to launch modal window content
<a href=''>Insert a question here</a>
If this is not possible, is it possible to use deep linking to go to a screen AND have a gallery have a specific gallery item selected per a parameter passed in deep linking query string?
Thanks @DavidZoon - I appreciate your detailed response!
Hello,
You can't launch a power apps function directly with a html link.
Deep linking is possible, you'll have to pass as a param : the destination screen and an ID of the item to be selected by default in your galery. You'll have to use defaultSelected parameter of your galery.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily.
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
Super User 2025 Season 2
mmbr1606
275
Super User 2025 Season 2