Hello, I'm trying to introduce the logic mentioned in the title of the post and having some difficulty with the formula. I would like to set the value of a text field "Resolved by TM" to the current users display name whenever a "Status" drop-down field is equal to "Resolved" else, if "Status" is equal to "Open", "Resolved by TM" should be blank. My current formula looks like this:
If(DataCardValue13="Resolved", DataCardValue37="CurrentUser", DataCardValue376="")
Any help would be greatly appreciated!