concat('/Documents partages/Applications/Microsoft Forms/MyForm/Question/',replace(first(split(outputs('Obtenir_les_détails_de_la_réponse')?['body/r6c1b83e100b74af2803393f340ce0220'],'.xlsx')),'[{"name":"',''),'.xlsx')
Then update the permanent excel with the uploaded excel
Columns are the same, same table name
And after, use the permanent excel to add lines to my report
Problems are: with the method "update file", there is an issue with shared use
I want to make the permanent excel (which I use with the rest of the flow to make my report) be the same as the uploaded excel (or add/update the lines from the uploaded excel to the permanent one)
For example:
Permanent excel: 1, 2, 3, 4, ...
Uploaded excel: 5, 6, 7, 8,...
I want the permanent excel updated to be: 5, 6, 7, 8 (or 1, 2, 3, 4, 5, 6, 7, 😎
Best way would be to add lines from the uploaded excel to the permanent (or update)
but I don't find the way to have Powerautomate "for all lines, make a new line for column 1, add to column 1 ..." because it don't know what is the excel I gonna upload (even if it's supposed to be the always same columns)
thanks!