how to update the assignment group by using Flow designer Script

Santosh Oraon
Tera Expert

Hi team , 
I wanted to update the assignment group by using scripting in Flow designer.
trigger condition :- whenever incident priority changes to critical and state changes to in-progress
action - update the assinment group by using script 
I have tried returning sys_id but its not working ..plz guide me

SantoshOraon_1-1721063323943.png

 

 

5 REPLIES 5

Aanchal Agarwa1
Tera Contributor

Hi,

Can you try two things
1. Rename the variable with anything other than gr, as gr might interfere with some other glide record variable in background
2. While returning sys_id, try using getValue() to retrieve the sys_id, or alternatively use toString().

Thanks