Having trouble finding a way to match keyword between fields

I’m currently using a voice-to-text transcription plugin that outputs the text into a text component in a repeating group separated by (.)

Ideally the workflow I’m trying to create is:

  1. Page is populated with text fields with content pulled from database
  2. Microphone is activated and text is populated in a field from the voice transcription
  3. If Text from voice transcription (e.g. string of keywords), matches text in another text field on the page, turn that text field font red. (ideally the comparison runs for individual lines of text from the repeating group, but babysteps)

Step 3 is making me lose my mind.

Additional conditions would also be actions like, if Text from voice transcription (e.g. string of keywords) matches text in another text field on the page, scroll down to make screen focus on that field.

I’m pretty new to Bubble but I’m struggling to find a way to make this work or any plugins that would make it simpler. Any shoves in the right direction would be appreciated