I have to write customized short description in Flow designer

Atchamma D
Tera Contributor

I have to write customized short description in Flow designer that is followed by some "text"-"date"-"current task assignment group", For this i have written script like this in flow designer

AtchammaD_0-1665751611655.png

But for assignment group its not working  it showing error please modify this code

5 REPLIES 5

Mike_R
Kilo Patron
Kilo Patron
Assuming you are trying to get the RITM assignment group, use this
var grp = fd_data.trigger.request_item.assignment_group.getDisplayValue();

Hi @Mike_R 

Iam trying to get current task assignment group not in RITM 

How can you get the current task's assignment group if the task hasn't been creating yet? Correct me if I'm wrong, but it looks like you are just creating the task in that step.

Supriya Basak1
Giga Contributor

Hi,

 

Please verify the assignment group reference that you are keeping in the short description and use another dot operation to fetch the assignment group name.

 

Regards,

Supriya