I have a data variable which reads value from REST API and its a list of objects with 2 properties.
I was hoping that I can assign this to a options list of a dropdown menu since that is also a list of objects with 2 properties. However it says data is incompatible. Below error is clearly misleading or insufficient, What can I do to make it compatible?