Trying to mark the current row upon tapping an action button on that row

I have an app that on each row has a button (created via action). I’d like when I tap this button for the entire row to turn a different color indicating it has already been touched.

I cannot for the life of me figure out how to do it. Tried the format rules, but can’t seem to find a THIS object or be able to apply any of my formatting rules to the current row only.

Any suggestions would be greatly appreciated…

Solved Solved
1 6 199
1 ACCEPTED SOLUTION

You could perhaps set your format rule to check if the person exists in your 2nd table. A simple IN() expression should suffice, like:

IN( [Person] , second-table[Person] )

Although I think it may be pertinent to know how you intend for this app to function when used multiple times. Like, are you going to manually delete all old entries in your 2nd Table before using the functionality for the next “firedrill”?

View solution in original post

6 REPLIES 6
Top Labels in this Space