Are you able to retrieve the role of the user that's filling an interview?

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?

You have the option to set question scope to Supervisor in designer.
See this

1 Like

By design of the system the interview document is intended to be filled out by users in the role interviewer.

1 Like