I have those actions as part of a flow, Where I am getting the file content of an excel sheet which contain a table >> Then i am creating a new excel sheet >> but when i tried to populate the table of the newly created excel sheet, the "Add a Row into a table" did not show the table columns, as follow:-
While if i explicitly reference a file which was created already inside another flow run, I will get the excel sheet Table's fields as follow:-
so how i can have the same option for the newly created excel sheet inside the same flow run?
Thanks