Hi,
I've been working on a way to find specific words from a specific list in another list. @NicoleJohnson and @danilang found a great solution (attached) for that. Now I'd like to add HTML before/after the word where it's found so it highlights in a powerapp. Something like :
<span style="background-color: #FFFF00">Word</span>
Given the solution attached, what would be the easiest way to add this to the existing input fields where it's found?