Hi everyone,
I have several dropdowns that are dependent on each other.
I use an excel file as my data source where all information is stored.
My first dropdown loads its items from that datasource and fills it with all distinct items from "country" in the excle file.
My second dropdown then has the items "cities", which are dependent on the selected country, and so on with other dropdowns. This works perfectly within the app creator and preview mode, but when I go into "play", the first dropdown loads all items but all others stay empty. I tried refreshing datasource and everything, no clue why it works in preview but not in play...
Any help is much appriciated.