Hi everyone,
I'm new on Flutterflow, giving the first steps on it. I need to fill a DropDown with options that come from an API Call.
In my scenario, I want to load building_id and building_name, where the building_id will be used to further API calls between pages or components and the building_name is the text that user will use to pick up an option.
My API Call is this way:
For the Options Values I'm setting this:
buildingID
And for the Option Labels I set the buildingName.
When I do that, I have this notification
I don't want set an initial value, just need the hint text as I defined.
What I'm doing wrong?
Best regards,
Possebon