Checking User() in a list?

Edit: Actually, I am seeing I can only notify to a specific column of people or hard code direct people. It seems like the notify action doesn’t support dynamic notification based on row?

I’m playing around with the automation tooling and only trying to do an action if the current User() is in a multiple value supported People column.

The conditional is something like: [Step 1 Result].Subscribers.Contains(User())

But this isn’t working…any suggestions?