
Hi
I need to do Auto populate the Combobox1 Items based on Time value as follows
Request you help me to achieve this.
Thanks & Regards
I'm not sure this is possible, because power apps caches data. So even though the time changes, unless you close the app and reopen it, or create an "update" function that refreshes the screen every minute, I can't see this as being possible. You can certainly create collections for each time and then display the collection based on the date (use time()), but again, power apps only holds cached data, it's not live.