Hello,
I want to generate an excel file from a SharePoint list. this is working. But I also need to put the User infos, corresponding to the my excel sheet.
1. Manually trigger a flow
2. Get office 365 group members*
3. Do until ->
1. Get user profil ---- [<Get office 365 group members*> value] ----- Normally takes the 1st user
2. Add a Row to the table ---- <Office 365 values> Just adding 1 Row
3. Get file content (From the generated model)
4. Create new file ---- [<Get file content> content] ---- With the username taken from <Get user profil>
5. Delete rows created in the Excel model.
6. Start again this flow, until all user's files have been created.
It gives me :
1. The generated files are good named, with matching username
2. BUT : The usermane I've added to the table in the excel file doesn't match with the file's username....
Excuse my english, i'm french 
Thanks in advance, have a good day !
Romain.

