Hello,
I've seen lots of posts for similar mainly if a column is blank or there based on a specific user, but nothing based on a certain value of a text field.
My goal is to hide a button if my COIStatus field value is Awaiting Approval, I tried the following in the visible column but of course it couldn't be that easy
If(COIStatus_DataCard1.Value="Awaiting Review"),true,false
but I receive the error

I'm not clear what this error is telling me or how I can fix this. Any ideas on where I when wrong?
Thank you,
DWTKBrook