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?
Solved! Go to Solution.
In the example above, I'd want the html wrapped around the word in 'Field 1'.
I'm looking to update the field where the word is found, so if it is found in field 1 or field 2, it would update that field by added the html around the word found.
That worked perfect, thanks!