Hi Community,
I have a form and I know that the form question is 3;
{{issue.properties."proforma.forms.i1".state.answers.3.choices.get(0)}}
The result of this is 1-50
1 = Google
2 = Microsoft
etc.
How do I show the text value instead of the ID of the value so that if I use the value and the value is 2 it would show Microsoft not 2.
I have seen a question which says;
issue.properties."proforma.forms.i1".questions.choices
I am not sure how where to add the number 3 for the question number though to make it work, I have tried multiple iterations.
For radio buttons I was able to figure out the syntax you want to use is: {{issue.properties."proforma.forms.i1".design.questions.3.choices.get(0).label}}
I am struggling with determining what the right syntax is for multiple choice checkboxes.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.