Inbound Action getting a duplicate option in requested item

sailor_moon
Tera Contributor

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!

 

 

 

 

 

 

 

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

@sailor_moon 

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.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

2 REPLIES 2

Harish KM
Kilo Patron
Kilo Patron

Hi you need to pass correct value, and name if not the duplicate will appear.

Regards
Harish

Ankur Bawiskar
Tera Patron
Tera Patron

@sailor_moon 

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.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader