I am using power automate to add a row to a table on excel File located in share point using data from a query in azure dev ops. It works fine, it adds the data. However, I need to find a way to refresh the table and delete the previews rows and columns and update it with the new info coming from the query. How do I delete the content and update the table??
I have tried update row and it only does it for the first row.