Maybe a strange question...
The little dots that run left to right across the top of the screen, I am assuming they mean that there is some 'active' communication going on between the 'screen' or the 'app' and a data connection at the time it is happening; simply an affirmation patience pacifier for the User?
Or, do they actually mean something? If they do, mine never seem to stop...which, I fear, is not a good thing.
Thoughts, anyone?
Thanks!
Solved! Go to Solution.
Hi @Phishdawg ,
Your assumption is correct - Power App is saying "hang on while I do what you have asked me to do"
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Yes - something is not working as intended or is taking a long time to execute.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Thanks @Phishdawg ,
Firstly, have a look at the Monitor facility - this may achieve some of your needs.
On the username - it is better to use the built-in User().FullName function. As this is not Delegable, set a Variable at App OnStart
Set(vUserName,User().FullName)
then Filter the gallery on this on whatever field you want to reference. Note you can use 'Created By'.DisplayName, but this is not Delegable.
On this one I have to tell you I do not use the People facility as due to the size (very large) or our organisation we keep a separate reference list for our relative small division. If you did this however, you could easily achieve the result required.
Hi @Phishdawg ,
Your assumption is correct - Power App is saying "hang on while I do what you have asked me to do"
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
...and, if the beads are continuous even though there is no action being performed; would this indicate improperly formatted and resource draining filters running in the background?
Yes - something is not working as intended or is taking a long time to execute.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Thanks @Phishdawg ,
Firstly, have a look at the Monitor facility - this may achieve some of your needs.
On the username - it is better to use the built-in User().FullName function. As this is not Delegable, set a Variable at App OnStart
Set(vUserName,User().FullName)
then Filter the gallery on this on whatever field you want to reference. Note you can use 'Created By'.DisplayName, but this is not Delegable.
On this one I have to tell you I do not use the People facility as due to the size (very large) or our organisation we keep a separate reference list for our relative small division. If you did this however, you could easily achieve the result required.
User | Count |
---|---|
221 | |
98 | |
95 | |
55 | |
34 |
User | Count |
---|---|
273 | |
107 | |
105 | |
60 | |
60 |