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 Automate
Unanswered

Hex to Text in flow

(0) ShareShare
ReportReport
Posted on by 262

Is there a way to convert a Hex String,coming from a HTTP Request, to Text in a Flow?

Categories:
I have the same question (0)
  • tlraghavendra Profile Picture
    22 on at

    Hi @Skybluekid 

     

    Yes, you can convert a Hex String to Text in a Power Automate flow. You can use the "Compose" action to convert the Hex String to a byte array, and then use the "Data Operations - Compose" action with the expression base64ToString(outputs('Compose')) to convert the byte array to Text. This will give you the Text representation of the Hex String in your flow.

     

    Regards,

    Raghavendra

  • Skybluekid Profile Picture
    262 on at

    Hi @tlraghavendra 

    I am being a bit slow, I am struggling with the first compose action on how to convert the Hex String to byte array.

  • VictorIvanidze Profile Picture
    13,081 on at

    Hi @tlraghavendra 

    There exists such thing as "byte array" in Power Automate? Really?

    Where can I read about that?

  • Chriddle Profile Picture
    8,708 Super User 2026 Season 1 on at

    I can't see what base64 has to do with this 🤔

     

     

    Chriddle_0-1717594202404.png

     

    Hex2Ascii (Compose)

    Add more values from Ascii table

    {
    	"21": "!",
    
    	"30": "0",
    	"31": "1",
    
    	"41": "A",
    	"42": "B",
    
    	"61": "a",
    	"62": "b",
    	"63": "c"
    
    }

     

    Select

    From

    chunk('6162633031', 2)

    Map

    outputs('Hex2Ascii')[item()]

     

    Compose

    join(body('Select'), '')

     

    Chriddle_1-1717598448975.png

     

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 Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Valantis Profile Picture

Valantis 391

#2
11manish Profile Picture

11manish 276

#3
David_MA Profile Picture

David_MA 256 Super User 2026 Season 1

Last 30 days Overall leaderboard