Click HERE to see how Saviynt Intelligence is transforming the industry. |
06/27/2024 10:46 AM - edited 06/27/2024 10:50 AM
Hello All,
I need to pass Null when CP6 of entitlementvalue is blank/null, however it is not working.
I tried following:
Thanks
Mahesh
06/27/2024 10:50 AM
{
"Role": [
"insert into role (UserID, RoleID, CompanyID) values ('${user.customproperty27}', '${task.entitlement_valueKey.customproperty5}', ${task.entitlement_valueKey.customproperty6 ? '${task.entitlement_valueKey.customproperty6}' : 'NULL'})"
]
}