I have this template excel sheet which have a table and stored inside SharePoint Document library:-
Now inside my Flow i am getting the above template content >> then i am creating a new Excel File based on the template content, as follow:-
Then I am using "Add a row into a table" action, to add new rows inside the above newly created excel file:-
But the result i will get is that the newly created rows will have a background color same as the header row, as follow:-
while they should have a white background.. any advice how to fix this?