flow designer

Community Alums
Not applicable

ello Team,

 

I have one requirement on Change _ request table:- 

when the user click on request for approval button , check approval affected CIs/services and condition are if approval group is Available trigger approval for approval group , if approval group is not available then check Owned By if owned by is  present it trigger to owned by if owned by is null then go or next condition managed by group if managed by group is available then it trigger to mangled by  and Managed by group is null then trigger approval to Managed by , we need achieve this functionality only flow designer , how we can activities functionality. 

 

Please Advise. 

1 ACCEPTED SOLUTION

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Community Alums 

 

Greetings!!

I am not a hard core developer but we had similar use case as well. For this, you need to create Array and capture all the affected CI in same and then run a loop of to check the CI.approval group and add that in change.

 

Give a try on this logic on Approval request UI action.

Please mark my answer helpful or solution accepted if it serves the purpose.

Regards

Atul G

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

View solution in original post

6 REPLIES 6

piyushsain
Tera Guru
Tera Guru

Hi,

This can be easily achieved by implementing if-else condition , in the if-else condition you should generate the condition in the script. You can use flow objects and variable to check the data available.

If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Regards,
Piyush Sain

Community Alums
Not applicable

Hello ,

 

As i am new to this can you explain me step by step.

 

@Pradeep Sharma

 

Thank.you

Community Alums
Not applicable

@manjusha_and @Ankur Bawiskar   do you know this . advise me 

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Community Alums 

 

Greetings!!

I am not a hard core developer but we had similar use case as well. For this, you need to create Array and capture all the affected CI in same and then run a loop of to check the CI.approval group and add that in change.

 

Give a try on this logic on Approval request UI action.

Please mark my answer helpful or solution accepted if it serves the purpose.

Regards

Atul G

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************