Update!
I found the solution. I was not aware that what I was getting were other objects that also had properties. So nesting the .get(‘field’) solved my problem.
My code is now like listObjects[c].get("question_custom_surveillance_questions").get('question_text');
1 Like