If i want to handle a case like for example have an interview where a supervisor is always required to fill certain information is there a way for me to “block” a question to regular interviewers with an enabling condition such as:
userRole == ‘Interviewer’
Or is there a more speciifc way to achieve this behaviour?