Mission: RELATIONS MASTER
Task: Set Object Relationships with API
As soon as a character or any change is entered into the “cityNameInput”, the Console displays the following error message: Invalid option item in the Select Component, make sure each option object has defined “undefined” property, otherwise the option will be skipped. No cities list or selectedCity appears in the Select component.
I have repeatedly gone through the Set Object Relationships with API training video, and I cannot see where I am going wrong.
Any suggestions would be much appreciated.
Thanks,
ProsperUsAll1
Hello @Douglas_Coyle
Could you please share a screenshot of all the defined EventHandlers for the Select component?
Regards, Vlad
Hi Vladimir, Thank you for your reply. Screenshots follow:
Event Handlers - Two screenshots (Top portion, then Bottom portion) of all the defined EventHandlers for the Select component follow:
Settings - A screenshot of the
Settings for the Select component follows:
A screenshot of the
Options setting follows:
Thanks,
Douglas
Hi Vladimir,
A screenshot of the cityNameInput component which interacts with the Select component follows:
Thanks,
Douglas
Hello @Douglas_Coyle,
Please provide your APP ID.
Regards,
Olha
Hi @olhadanylova
App ID: 4210B651-5C1A-4823-FF82-855A2BA8DE00
App Name: ProsperUsAll2
Backendless Subdomain: lovelysnails.backendless.app
Thanks,
Douglas
You’re trying to get the objectid
property of the city item, it should be objectId
instead. Properties are case sensitive.
1 Like
Hi Olha @olhadanylova
That worked.
Thank you for your help,
Douglas
1 Like