The Excel Add a row into a Table action looks be "async", because when I try to see the generated file on SharePoint it is missing some rows, then I need to refresh the screen and the all rows are displayed.
The point is that my Flow generates a new excel file and then I respond a SharePoint link ( by Get file properties action) of it, but at first when you open it, it has few rows added, needed to refresh few times the page to all supposed rows.
I tried to use the action List rows present in a table before respond the SharePoint link, to check the number of lines, but the action output display an array json with all lines inserted 🤡
Is there a way to be sure that all lines are available to see on Excel before send a response with Sharepoint link?