I have a Flow based on a SharePoint list. There are (10) columns but I would like for the columns to have different alignments. Columns 8, 9 and 10 are numeric so I would like to them the be aligned to the right (I would also like all to have two decimal places). Regardless, I have the output working correctly but not the formatting. I have worked with the CSS but have been unable to modify. Is Power Automate limited in the method to format this information or are multiple alignments possible? The current CSS information is identified at the end. Please note that the CSS only deals with the first (3) columns (I was trying to get those to work prior to addressing all (10)
If possible, I would like the following...
Column 1: Center-Align
Column 2: Center-Align
Column 3: Center-Align
Column 4: Left-Align
Column 5: Left-Align
Column 6: Center-Align
Column 7: Center-Align
Column 8: Right-Align
Column 9: Right-Align
Column 10: Right-Align