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 do we join output ...
Power Automate
Answered

How do we join output from two create HTML tables?

(0) ShareShare
ReportReport
Posted on by 9

I have 1 create HTML table,

["Project": "1",

"Project": "2",

"Project":"3"]

and another create HTML table.

[

"Rule": "No",

"Rule": "Yes",

"Rule": "No with migration"

 

Now I want the result to be in this format,

[

"Project": "1", "Rule": "No",

"Project": "2", "Rule": "Yes",

"Project":"3", "Rule": "No with migration"

 

Please let me know is there a way to join two tables together in power automate?

Thanks, in advance.

Categories:
I have the same question (0)
  • Verified answer
    Chriddle Profile Picture
    8,638 Super User 2026 Season 1 on at

    This is neither HTML nor valid JSON

    ["Project": "1",

    "Project": "2",

    "Project":"3"]

     

    Assuming your data looks like below, you can merge it before creating the HTML table:

    Chriddle_1-1709198116508.png

     

    Data0

    [
    {"Project": "1"},
    {"Project": "2"},
    {"Project":"3"}
    ]

    Data1

    [
    {"Rule": "No"},
    {"Rule": "Yes"},
    {"Rule": "No with migration"}
    ] 

     

    Select

    From

    range(0, length(outputs('Data0')))

    Map Project

    outputs('Data0')[item()]['Project']

    Map Rule

    outputs('Data1')[item()]['Rule']

     

    Result of Create HTML table

    Chriddle_0-1709197987834.png

     

  • SSMojawat Profile Picture
    9 on at

    Thank you so much for response. It really helped me.😊 👏

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 283

#2
David_MA Profile Picture

David_MA 256 Super User 2026 Season 1

#3
Expiscornovus Profile Picture

Expiscornovus 225 Most Valuable Professional

Last 30 days Overall leaderboard