Hello,
i noticed a bug which occurs since the last powerapps update (i think - hasn't been this way one week ago).
In multiple of my apps, galleries or data tables do not load data when their item-property contains a search-function, unless you click/tab into the input field referenced in the search-function once (without entering anything).
Is anyone else experiencing this?
Thank you,
Christoph
PS: It would be very helpful if releases in What's New in Powerapps also had a release date besides the release number.
Solved! Go to Solution.
Hi @Christoph_G, I think I had that issue a while back and then it went away. Maybe now it is back.
If it is really back, then it may have to do with the changes happening around null values.
In many systems a null is not the same as an empty string, so the value of the control is maybe null before you click on it and an empty string once you click on it.
What happens if you use this as the search parameter?
Coalesce(MyTextInput.Text, "")
Hi @Christoph_G, I think I had that issue a while back and then it went away. Maybe now it is back.
If it is really back, then it may have to do with the changes happening around null values.
In many systems a null is not the same as an empty string, so the value of the control is maybe null before you click on it and an empty string once you click on it.
What happens if you use this as the search parameter?
Coalesce(MyTextInput.Text, "")
Hello,
I am facing the exact same issue. A page would open but sometimes the galleries would not load any data from my Azure SQL datatables, If I refresh the datasource, It would load.
This is a very inconsistant bahaviour. Did someone else face this aswell? What can be a solution to this?
Nouman
User | Count |
---|---|
256 | |
256 | |
82 | |
40 | |
30 |
User | Count |
---|---|
319 | |
267 | |
122 | |
68 | |
49 |