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 / How can I spell a numb...
Power Automate
Suggested Answer

How can I spell a number in Power Automate?

(1) ShareShare
ReportReport
Posted on by 2
Hi,
 
Right now, I'm trying to populate a Document with information from a Form. One of the answers is a number, specifically a duration. The answer is made in number. Is there a way to format it to be in text?
 
For example, I need an "8" to be spelled "eight" an so forth.
 
Thanks.
Categories:
I have the same question (0)
  • Suggested answer
    Michael E. Gernaey Profile Picture
    53,958 Moderator on at
     
    Your best bet is to define a Key/Value pair json. where you can plug in the # and get back the value
     
    Like
     
    {
        Number: 8,
        Name: "eight"
    }
     
    Then in your code you can do a lookup against the parse json schema to essentially grab the Name value when the Number is 8
     
    I dont know how many numbers you have but they are all just based on single digit things added together, so 1129 could still be done by looking up 1 then 1 again then 2 then 9 and it will give you the entire "name"
  • Chriddle Profile Picture
    8,686 Super User 2026 Season 1 on at
    A map might be the better option here:
     
     
    outputs('Compose-Numbers')[string(outputs('Compose-No'))]
     
     
     
    You can easily get such a map with the help of Copilot:
     
     
  • Chriddle Profile Picture
    8,686 Super User 2026 Season 1 on at
    ... or just use an array:
    outputs('Compose-Numbers')[outputs('Compose-No')]
     

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Vish WR Profile Picture

Vish WR 997

#2
Valantis Profile Picture

Valantis 810

#3
Haque Profile Picture

Haque 642

Last 30 days Overall leaderboard