We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

I have to assign request to user.

niveditakumari
Giga Sage

Hi, 

 

I have to assign request to user. We are having flow and there it is setting short description and description field value and there I have to set assignee using system property. 

I have created system property and I have to use that system property in flow in action input to assign request to user. 

niveditakumari_0-1769068902537.png

Can you please help me to achieve that. 

 

Regards, 

Nivedita 

 

 

6 REPLIES 6

Dr Atul G- LNG
Tera Patron

Hi @niveditakumari 

 

What is the use case where it is easier to use an Assignment Rule, as suggested by GlideFather, instead of using a Flow?

 

https://youtu.be/LAtuuuR2EX0

 

*************************************************************************************************************
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/dratulgrover [ Connect for 1-1 Session]

****************************************************************************************************************
CISITSM #ITSM #csa #ServiceNow #TechnoFuncational Disclaimer: These videos are from my training batch. These videos did not promote any ServiceNow Sales pitch or marketing. These videos are only for knowledge purposes & basic on my experience & Knowledge. Redistribution or copying of functionality

yashkamde
Kilo Sage

Hello @niveditakumari ,

I also encountered with this use case there I created custom action,

Inputs could be:

yashkamde_0-1769075805079.png

 

Outputs could be:

yashkamde_1-1769075847117.png

 

Using the inputs and outputs I set up, the Script step could be something like the below, using the gs.getProperty() Server Side script method:

yashkamde_2-1769075894048.png

Result

Add this action in your flow and enter the name of system property and you will get the value as string in output ->

yashkamde_3-1769075984902.png

 

If my response helped mark as helpful and accept the solution..