Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2024 01:28 PM
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 "";
}