I'll try to summarize this the best can...
In my app, once the form is submitted, I have it navigate to a screen called running. I am trying to have that screen (using OnVisable) check the Date Completed Data Card field to see if it is blank, if so, refresh the screen until the Date Completed Data Card is populated and then navigate to a completed screen.
Has anyone done something like this and is able to offer some assistance?
Solved! Go to Solution.
You'll want to delete REFRESH from your current function within OnVisible. Unfortunately, its not allowed in there. I suggest you look into how to return data from a flow to PowerApps. Once data is returned from the Azure flowbook you could set a variable to True. The variable could be placed in the OnVisible property to toggle your loading screen.
I suggest you check out the article below and adapt the technique to your problem.
Link To Article:
https://flow.microsoft.com/en-us/blog/return-data-to-powerapps/
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
You'll want to delete REFRESH from your current function within OnVisible. Unfortunately, its not allowed in there. I suggest you look into how to return data from a flow to PowerApps. Once data is returned from the Azure flowbook you could set a variable to True. The variable could be placed in the OnVisible property to toggle your loading screen.
I suggest you check out the article below and adapt the technique to your problem.
Link To Article:
https://flow.microsoft.com/en-us/blog/return-data-to-powerapps/
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
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 |
---|---|
194 | |
45 | |
45 | |
44 | |
37 |
User | Count |
---|---|
280 | |
81 | |
81 | |
81 | |
69 |