Hi peeps! I’m stuck on an issue with trying to map an array to a forms choice options. The issue seems to be when trying to map the array into the Options
field for the form. I’ve tried a couple of different ways to distribute the array (like get( array[] : Course)
) but it doesn’t seem to get me to a solution.
Here is the scenario that creates the array
Here is how the array is being piped in to the form
This the exception message that gets thrown
400: INVALID_ARGUMENT - Invalid JSON payload received. Unknown name "Course" at 'requests[0].update_item.item.question_item.question.choice_question.options[0]': Cannot find field.
Invalid JSON payload received. Unknown name "Course" at 'requests[0].update_item.item.question_item.question.choice_question.options[1]': Cannot find field.