We are trying to setup a work flow where users will submit and microsoft form. The information form that form will be added as a new row in one spread sheet (running log) and then create and entirely new spread that is save for our developers to use. I has to be a new spread sheet each time. So far we have it pulling the information in to the running log spread sheet just fine. We are then trying to get it to pull the last row out of the XLSX and create a new one. Ive manage to get it to do that but the information is barely read able.
I am using list rows in present table followed by a compose using the following expression.
if(greater(length(outputs('List_rows_present_in_a_table')?['body/value']),0),last(outputs('List_rows_present_in_a_table')?['body/value']),null)
I then took that output and used it with the create sharepoint file.
The file is being created but as stated before is not formatted into a table.