Accessing dropdown data in select component
I connected the data of country names from Supabase to a select component on the Windmill app. I can select any country on the select component, but I cannot access this data. It shows 'undefined' in the result section. What should I do?
2 Replies
did you follow the label/value format as highlighted by:
Thanks, I missed that