Greetings, community. I have a scenario where I'd like to display a popup containing data based on a word a person clicks in an HTML text control. Here's a "hacked" demo of what I'd love to be able to accomplish dynamically with HTML text in Power Apps:
Here's an example of the basic HTML code I am showing above:
"This is some sample text. This is the <span id = 1><b><font color=blue>word</font></b></span> that I want to trigger a popup. This is another <span id = 2><b><font color=blue>term</font></b></span>."
I know in the world of HTML and JavaScript that you can do this by triggering an OnClick event and passing in the ID from something like a span, but I'm super curious to know if anyone has a way to do this in native Power Apps or a super basic component.
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.