Flow designer script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2024 01:09 AM
In flow designer based on few options, short description should be updated .
Ex: code field -single line text
Catalog item name.
Choice-4 options(1,2,3,4)
Short description should be in this format-
Codefeild value-catalog item name-choice(based on user selection)
How to write script for this in flow designer.
If user selects 1 in choice field then - code field -catalog item name-1
Same with 2,3,4
How to write this in flow designer script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2024 01:15 AM
Hi @User_267
You can do via concatenate and by passing the variable in Flow.
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
‎02-15-2024 01:17 AM
You can just set your 'short description' field to the selected data pills, combined with text. You can just write the text and add the data pills to the text box.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark