- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2023 01:22 PM
hi everyone,
I have a flow that is triggered by a record producer (associated with the incident table) that needs to choose the "assigned to" field based on the user input on "department".
the "department" field is a reference drop-down to my departments table, and the table has columns like: name, number, and manager.
if user selects a department I want the incident record to be assigned to the manager associated with that department on the departments table. I'm not sure how to achieve this, your help would be appreciated!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2023 11:37 AM
Hi @C-G
Good to know it works for you. Please accept my answer as a solution and close the thread.
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]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2023 12:03 PM
Hi @C-G
There are 2 separate requirements in this
I have a flow that is triggered by a record producer (associated with the incident table) that needs to choose the "assigned to" field based on the user input on "department".
the "department" field is a reference drop-down to my department's table, and the table has columns like: name, number, and manager.
Atul: For this you can create look up way.
---->
if user selects a department I want the incident record to be assigned to the manager associated with that department on the departments table. I'm not sure how to achieve this, your help would be appreciated!
Atul: For this, use can use auto populate in way to populate
Create 2 variable
- Location ( Refence to Location Table)
- Street - Single line text
Go to Auto populate tab. and do dot walk to street.
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]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2023 05:16 AM
Thank you for you reply! Using the Look Up Records did not offer the result I needed, but using Auto-populate on the manager name variable was a good work-around.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2023 11:37 AM
Hi @C-G
Good to know it works for you. Please accept my answer as a solution and close the thread.
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]
****************************************************************************************************************