Example Fast Formula to Add a Label in Candidate Selection Process
Summary:
I would like to add 3 different labels to candidates in the CSP depending on how they answer pre-screening questions, ive tried but they just dont do anything, has anyone else had any luck with this?
Content (please ensure you mask any confidential information):
DEFAULT_DATA_VALUE FOR IRC_CSP_JOBAPP_PRESCREEN_RESPONSE_ANSWER_CODE is'XY'
CONDITION_RESULT = 'Y'
i=1
WHILE IRC_CSP_JOBAPP_PRESCREEN_RESPONSE_ANSWER_CODE.EXISTS(i) LOOP
(
answer_code=IRC_CSP_JOBAPP_PRESCREEN_RESPONSE_ANSWER_CODE[i]
IF answer_code = '300000006773134' OR answer_code =' 300001988214243' THEN
CONDITION_RESULT = 'Y'
i = i + 1
)
Version (include the version you are using, if applicable):