Announcements
Hello all,
Is there a way to put page numbers in powerapps canvas, just to follow how far the customer is? Like 1/12
thanks in advance
regards
Angela
Hello Angela23.
Can you explain your need a little better?
Putting numbers is easy. Controlling how far the user has reached you can control it with the "OnVisible" function of each Screen by modifying a variable.
I don't know if this solves your need.
Greetings.
Hello Ismael
Thank you for your response. Let me explain it as bellow:
My app has 12 pages. I want to have a label on the first page to show (1/12) and then on second page (2/12) and so on until (12/12)
I dont know how to do that
Dear @Angela23 ,
The most common way to solve this problem is to declare a variable (counter) in the first page of the App and set it to 1. Then, dispaly it in the position you want. Then, parse this variable to the next screen so that is available again. In the next screen increase the variable by one. Do the same for every screen. In this way, as long a a user uses screens the counter will be updated by one.
If you find this usefull mark the answer as accepted.
Hope this helps.
Best Regards,
Giannis
I will try it and then get back to you again, Thanks for your help
Ok its working; I have made the variable as you said :
Set(varCounter,1)
and parsed it to the other pages:
varCounter+1 until varCounter+12
Now I have the pagenumbers. Is it a way to find the last page number ? or do I need to do it manually as bellow which is for the first page:
varCounter&"/"&varCounter+12
Just parse/update the variable to a Sharepoint List or Excel or or or . In this way, you will have the last page for each use of the app, or in other words how far eache user goes concerning pages!
Thank you soooo much @Ismael_Novo & @bartsio
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
wolenberg_ 119 Super User 2026 Season 1
WarrenBelz 107 Most Valuable Professional
Haque 103