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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / parsing key value pair...
Power Automate
Answered

parsing key value pair object to string

(0) ShareShare
ReportReport
Posted on by 16

I am trying to extract the string text "Complete" from a format like this => {"Status":"Complete"}.

My formula below is extracting the string like so => :"Complete"}

How can i improve my formula to only get a clean text such as Complete?

Thanks !

subString(variables('DataVar'),indexOf(variables('DataVar'),':'),sub(length(variables('DataVar')),indexOf(variables('DataVar'),':')))

 

Categories:
I have the same question (0)
  • Verified answer
    abm abm Profile Picture
    32,865 Most Valuable Professional on at

    Hi @Goldenxx 

     

    There are different ways you could do this.

     

    image.png

     

    Expression I used above is

     

    replace(replace(replace(outputs('Compose'),':',''),'"',''),'}','')
     
    Thanks

     

    Thanks

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 525 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 324 Moderator

#3
abm abm Profile Picture

abm abm 232 Most Valuable Professional

Last 30 days Overall leaderboard