James Chun
Kilo Patron

Hi @Paulo Machado,

 

I am not sure whether I understood the requirement but can you try the following script instead:

try{
return fd_data.trigger.current.assignment_group.type.toString();
}
catch(error){
return "";
}

View solution in original post