hi team,
By default, the survey result is of format {"question_name":"value",…}
When I change the format where I add metadata properties to every question being submitted, the survey result would be of format [ {"name":"question_name", "question_value" : "value", "custom_prop1" : "prop1_value"} , … ].
Is there any way to customize binding the values back to survey schema, when I load the survey in edit or view only mode?