Use multiplied numbers in text element to return corresponding text in a data type?ta

Hi,

I have created some dropdown elements that return numbers that are then multiplied in a text element. Eg Dropdown A returns 3, Dropdown C returns 2 - the text element then multiplies these to display 6.


I have created a data type called ‘Final Ratings’ that contains all possible number outcomes in the text element as a ‘score’ and assigned a text ‘descriptor’ to the corresponding score.

How do I link the ‘6’ to the score of 6 in the data type and return the corresponding descriptor in the text element contained in the group ‘current risk rating’?

Maybe this is what you are asking about:

But instead of creating the ‘Final Ratings’ data type, I think that the better approach is to just use conditionals in the text element for every score like this:

Perfect, thank you!