Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Using Flows
Answered

Stuck creating an HTML Table after Append to array variable

(0) ShareShare
ReportReport
Posted on by 8

Hi, 

 

I'm stuck here! Basically I have to tables "List Constituents" and "Get a constituent last gift" I'm initializing variable because I need data from "Get a constituent last gift" that is not available in "List Constituents", all works and the final result Append to array variable has the information I need. The problem comes when I try to convert that result in a HTML Table ( I wanna send an email that contains the info in the Append to array variable result ) 

 

This is what I got in the Append to array variable ( all information I need ) 

Alejotecelec_0-1701206246750.png

But I get this message from Create HTML Table:

Alejotecelec_1-1701206319973.png

Alejotecelec_2-1701206413722.png

I have tried defining the columns but it doesn't work either the field gray out immediately:  

 

Alejotecelec_3-1701206491744.png

Any help really appreciated !!! 

The full flow :

 

Alejotecelec_0-1701206780935.png

 

  • Alejotecelec Profile Picture
    8 on at
    Re: Stuck creating an HTML Table after Append to array variable

    Thanks @abm . That was the problem !! Now is solved !

  • Verified answer
    abm abm Profile Picture
    32,464 Most Valuable Professional on at
    Re: Stuck creating an HTML Table after Append to array variable

    Try the below

     

    Add a compose above the Append to array. Inside the compose map the values like below

     

    {

      "ID":555,

      "Name":"Smith"

    }

     

    Then append the array using the compose action step. Finally use the append array variable for the HTML action step.

  • abm abm Profile Picture
    32,464 Most Valuable Professional on at
    Re: Stuck creating an HTML Table after Append to array variable

    Hi @Alejotecelec 

     

    Looking the screenshot why you have two Curley brackets? 

     

    image.png

     

    Ideally it should be

     

    [

    {

      "ID":333,

      "Name":"David"

    },

    {

      "ID":555,

      "Name":"Smith"

    },

    {

      "ID":892,

      "Name":"Albert"

    }

    ]

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,645 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,997 Most Valuable Professional

Leaderboard

Featured topics

Restore a deleted flow