Highlight pulled number on bingo sheet

(gonna have to excuse how shoddy it all looks. I’m just testing concepts rn and I’m not good with variables haha)

When I click on the blue capsule to the left, it changes the number on the right. Naturally, if the right number matches a number in the middle sheet, I’d want some way to point it out. How do I check that the left number matches one in the middle?

The boxes in the bingo sheet all use the same text box object, it randomly pulls a number from a number variable and repeats for each instance of the box. I’d attach another image but it doesn’t let me.

IF your tiles (boxes) have some variable which indicate their number for example TileID

And there is variable for whatever is rolled from capsule for example CapsNumber

THEN
Condition
CapsNumber = TileID

Action
And here you highlight any way you want for example
Tint Tile to red or whatever