I’m trying to build a client risk assessment tool and so far, I’ve created a list of jurisdictions using an option set and added an attribute in the form of a number / score.
I’ve created a drop down and directed it to then option set and now I want to create a field which displays the numeric attribute when an item is selected from the drop down.
Place a text element where you want the numeric attribute/score to be displayed.
Click on that text element and insert dynamic data by clicking the “Insert Dynamic Data” button.
In the dynamic data source, you’d reference your dropdown’s value. It should look something like “Dropdown’s value’s score” (score refers to the likely number field provided as an attribute to the option set that is mentioned in your post)
So, when a user selects a jurisdiction from the dropdown (seeing the Display value of the option set which is likely the name you entered for the jurisdiction), the text element will dynamically display the associated numeric score from your option set.