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 / power automate flows c...
Power Automate
Unanswered

power automate flows convert an array to json string

(0) ShareShare
ReportReport
Posted on by 122

Building a flow to get app users and return a json object with list of emails.

Flow:

Powerapps

> Get App Role Assignments

> Parse JSON

> initialize variable ( varEmailArray )

> Apply to each

>  > Append to array variable

> Compose ( json(varEmailArray) )

> Respond to powerapp

 

The flow fails in the > Compose action because an array is an invalid data type for the function.

The array is correctly populated within the > Apply to each

How do I get the array back to the app?

Categories:
I have the same question (0)
  • Expiscornovus Profile Picture
    33,828 Most Valuable Professional on at

    Hi @DGS,

     

    A json function expects either a string or xml as input. You are using an array as input, that is why it is failing.

     

    Have you tried using the varEmailArray directly in the Respond to PowerApp action? (without the json conversion in the Compose action?)

  • DGS Profile Picture
    122 on at

    The solution was to use Join() within the Compose action rather than Append(). Regardless I found another solution as this flow took far too long to execute.

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!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 589

#2
Valantis Profile Picture

Valantis 328

#3
David_MA Profile Picture

David_MA 284 Super User 2026 Season 1

Last 30 days Overall leaderboard