Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Group Approval for Flow Designer

Talvin Singh
Tera Expert

Hello Reader,

I have a requirement to set Group Approval on the RITM for a Catalog Item.

So, there is a Single Line Text type variable - 'Approvers'. This field has the name of the Group that should be set as the Approval on the RITM.

For the Catalog Item, we are using a Flow Designer. In the 'Ask for Approval' action I do not any option to select dynamic values (Group name from the variable 'Approvers'). Below is the screenshot -

 

find_real_file.png

1 ACCEPTED SOLUTION

Sourav16
Kilo Guru

Hi,

Instead of making a single line text field make that variable a reference type to (sys_user_group) table i.e. the Group table, then you would be able to use it as a data pill picker for approval in flow designer

View solution in original post

6 REPLIES 6

Also make sure to set the state of your Group Approval as Requested as shown below to achieve your requirement:

find_real_file.png

Hope this helps. Please mark the answer as correct/helpful based on impact.

Regards,
Shloke

Hope this helps. Please mark the answer as correct/helpful based on impact.

Regards,
Shloke

Periyasamy P
Tera Guru

Use inline script to set dynamic groups in approval. Please refer attached screen shots.

find_real_file.png

 

find_real_file.png