- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2023 12:25 AM - edited 12-04-2023 03:12 AM
Hi All,
Hope you're all doing well!
I encountered a problem with my script in inbound action. Wherein I set the condition to if the company name is equal to Test Company the request type should automatically populate the user_request field into User Request. Instead what I get was a duplicate option. Please help me to solve this!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2023 12:48 AM
since it's a select box variable, you should set the choice value and not the choice label
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2023 12:44 AM
Hi you need to pass correct value, and name if not the duplicate will appear.
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2023 12:48 AM
since it's a select box variable, you should set the choice value and not the choice label
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader