You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.