I have two columns, Column A which is a Yes/No checkbox, then Column B is a single line of text. If Column A is "Yes" then Column B is required.
Based on other threads that I've read I thought I came up with the correct validation rule.
isNullOrEmpty({Self}) && Column B=="Yes"
This isn't working. Are there other IDs or values I should be using instead of 'Yes', I also tried 'TRUE'. But that didn't work either. Are there any other settings I need to change?
Thanks,
Lauren