Hi Power Automate Community,
I am trying to format the borders of my HTML table. But it seems to have a strange gap between the columns. I am trying to remove the gap in order to make the table in a more modern way.
This is how I created this table:
Create HTML Table with output from Select
Replace the brackets in proper HTML format:
replace(replace(replace(replace(replace(
body('Create_HTML_table'),'<','<'),'>','>'),'&','&'),''','"'),'"','"')
replace(outputs('Clean_HTML'),'<table>','<table border="1">')
Any help will be much appreciated.
Thanks.


Report
All responses (
Answers (