web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Display the value "01"...
Power Automate
Unanswered

Display the value "01" and add one to it to display the value "02"

(0) ShareShare
ReportReport
Posted on by 12

I want to display the value "01" in Power Automate Desktop, and then add one to it and display the value "02", until the value "99" is reached and displayed.

 

If you know how to do it, can you tell me?

I have the same question (0)
  • VJR Profile Picture
    7,635 on at

    Make use of the Pad text to pad the counter variable with 0.

     

    VJR_0-1672110193763.png

     

    Paste the below code into a blank Flow editor to get the above actions.

    NewCounter is the variable that you need.

     

     

    SET Counter TO 1
    LOOP WHILE (Counter) <= (99)
     Text.Pad Text: Counter PadPosition: Text.PadPosition.Left PaddingText: 0 TotalLength: 2 PaddedText=> NewCounter
     Display.ShowMessageDialog.ShowMessage Message: NewCounter Icon: Display.Icon.None Buttons: Display.Buttons.OK DefaultButton: Display.DefaultButton.Button1 IsTopMost: False ButtonPressed=> ButtonPressed
     Variables.IncreaseVariable Value: Counter IncrementValue: 1
    END
    

     

     

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.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 248 Super User 2026 Season 1

#2
11manish Profile Picture

11manish 204

#3
Haque Profile Picture

Haque 179

Last 30 days Overall leaderboard