Absence approvals based on person type
We have a requirement to have a different absence approval flow if the employee holds a certain assignment person type.
We have tried the following query: (getRequestorInformationByUserNameResponse.personTypeId == 30000000297793) the number being the ID of the person type and (getRequestorInformationByUserNameResponse.result.userPersonType == "Student") However this has caused for the 'Global Absence Recording - Single Assignment' flow error in the transaction console.
0