The CreatorCon Call for Content is officially open! Get started here.

I am trying to present few questionnaires when a category is selected.

runfast
Kilo Guru

 

I am trying to create a record producer with a few questions. One of the questions involves selecting a category (I’ve already created a category list in the table), and I’m using a lookup to display it on the form. Based on the selected category, I need to present a set of related questions.

Example:

Category options:

  • Car
  • Color
  • Bills

If “Car” is selected as the category, the following questions should appear:

  • What is the car model?
  • What is the car color?
  • What is the purchase date?

I’m working on a Catalog UI Policy to control the behavior after creating the questions, but I’ve found that the behavior is not consistent. Is there a better way to implement this?

1 ACCEPTED SOLUTION

Make sure you are using the correct Value for category in the script, not the Text/label depending on what type of variable this is.

BradBowman_0-1758112406163.png

 

View solution in original post

7 REPLIES 7

Make sure you are using the correct Value for category in the script, not the Text/label depending on what type of variable this is.

BradBowman_0-1758112406163.png

 

Thanks for all the help on this Brad! 

Once I changed my category list type to choices (as showed on your screenshot) instead of database category list, all working fine:)

runfast
Kilo Guru

Hi Brad - Thanks for confirming this for me. I will go back and double check my UI Policies setup's and I will come back and post some screen shots if I still see an issue.