Announcements
Hi
I have managed to produce an HTML Table.
Problem is data is coming out in columns. See image 1.
How can i convert to data coming out in rows. See Image 2
Thanks
JerryImage 1Image 2
Hi @Anonymous,
Do you want to format html table with columns in multi rows?
Actually, you should use CSS in a Compose to achieve this.
"<table border=1 cellspacing=0> <tr> <td>Customer:</td><td>Value1</td> </tr> <tr> <td>Reported By:</td><td>Value2</td> </tr> <tr> <td>Contact Information:</td><td>Value3</td> </tr> <tr> <td>Issue Description:</td><td>Value4</td> </tr> <tr> <td>Assign Team:</td><td>Value5</td> </tr> </table>"
Note that you could replace the Customer with the header name in your scenario.
Hi Qi,
Thank you.
How do i get the Value 1, Value 2 fields into the table please?
That depends on how you get the value from the action.
For example, you get the first record from the GetItems action, then you could get the Value1 like below:
first(body('Get_items')?['Value'])?['Customer'])
Hello, thank you for helping.
This is how i get my data.
Hello Please can you help?
Hello, ok i see now it works. But please see yellow high lighted text? What is this and how can i get rid of this?
Thank you
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.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Haque 304
David_MA 245 Super User 2026 Season 1
Expiscornovus 243 Most Valuable Professional