Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Field options dependent on another Field from Form Designer

Aram Sosa
Tera Expert

I am configuring a Form from the Form Desogner.
At this point I just created a multiple choice field called "Reporting Category" and added its options, as you can see in screenshot 1.
Now, I created another multiple choice field called "Reporting Subcategory", which has more options, but I need them to be dependent on the "Reporting Category" options.

 

That is, if the option in field 1 is "Forest" -> the options in field 2 are "Trees, Rain"
If field 1 is "Beach" -> field 2 options are "Sand, Sun", etc.

 

When configuring Field 2 "Reporting Subcategort" it appears like screenshot 2...

Any help is really appreciated!

1 REPLY 1

Tehilla Garfink
Tera Contributor

@Aram Sosa You can achieve this by using dependent field functionality on the dictionary level.

 

See this docs page: Make a field dependent.

 

Once the subcategory field is dependent on category, update the subcategory "Dependent" field to the value of the category.