I have a working Power Automate solution that returns a Table of items from my SQL data source. However, when there are no records to return from SQL, I get the ugly popup below. I've tried IfError() unsuccessfully and I've tried error handling in Flow (config run after), but PowerApps still expects a response, which is empty when no items are found. Any idea how to hide this popup?
Solved! Go to Solution.
I ended up getting around this by adding another HTTP response card in Flow and included an "empty" response, where strings were set to "", numbers set to 0, etc. I added "Error" in the main header string. In PowerApps, I added an If statement that looks for "Error" in that header string, and if it is there, throws Notify()..
Not the best way to do it, but it's working now.
We do not believe the PowerApps Canvas App notifications can be hidden, including those called by Notify, or also the system generated ones, except by tapping manually to close it.
We would also like to know how to hide the notifications, if it is possible. Anyone else know?
We might check into it in more detail ourselves, we investigated this before though, but we may check again as we want to know how to do this too.
If we find some unknown way to do it we might update here in a new reply. In meantime, anyone else have any idea?
I ended up getting around this by adding another HTTP response card in Flow and included an "empty" response, where strings were set to "", numbers set to 0, etc. I added "Error" in the main header string. In PowerApps, I added an If statement that looks for "Error" in that header string, and if it is there, throws Notify()..
Not the best way to do it, but it's working now.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
187 | |
52 | |
51 | |
36 | |
33 |
User | Count |
---|---|
283 | |
97 | |
90 | |
82 | |
77 |