{‘data’: {‘Get’: {‘Question’: [{‘_additional’: {‘generate’: {‘error’: “Following property has empty value: ‘’. Make sure you spell the property name correctly, verify that the property exists and has a value”, ‘singleResult’: None}}
I was kind of able to reproduce, does your error message has the name of the non existant property?
This is the error I was able to reproduce:
"generate": {
"error": "Following property has empty value: 'empty_string'. Make sure you spell the property name correctly, verify that the property exists and has a value",
"singleResult": null
}
This will happen when your field doesn’t exist or it doesn’t have any value. So for that objects, it will not perform the single result generation.
To avoid this, you can filter out all objects that doesn’t have this property: