Here is what I am attempting to do. I have a combo box that lists products that the user chooses. In some cases there will be a new product that is not in the combo box. I want to allow users to enter the new product in a text box and submit the new product which gets added to the data source for the combo box. I imagine there would need to be some way to force a data source and combo box refresh. Is this possible?
This idea may work for you or not, depends on your detailed requirements. However, try this,
Hmmm. I'm just starting out with Power Apps and haven't run across collections yet. I'll have to dig deeper there.
"Instead of putting the data source directly on the combo box, use a timer control to load the data into a collection"
How is this done?
Anyone have an idea how to do this? I've been searching and have not found a solution.
Have you tried to refresh your data source in on visible property of your screen like Refresh(table name) ?
I'm finally circling back to this. This doesn't seem to be working for me and the directions here are unclear. At least to me. Anyone else have any ideas?
For the heck of it I tried something really simple. I did a Patch of the datasource with the value in the text box. Guess what happened? The value was added to the datasource and the combo box was automatically updated. Is it really that easy? Can anyone confirm or is this going to break when I deploy?
User | Count |
---|---|
239 | |
116 | |
94 | |
58 | |
32 |
User | Count |
---|---|
287 | |
132 | |
106 | |
63 | |
57 |