Hi everybody
I need your help about my onboarding process, my last step is to create a CSV file who wil be use by a powershell script to create AD account
I fill a excel file, list row present, the CSV is created : no problem
But the CSV file take all rows, so if i have 2 rows, there will have the 2 rows data into the CSV and 2 account created
so i try to put a Compose with this setting :
- last(outputs('List_rows_present_in_a_table')?['body/value'])
or with : last(outputs('List_rows_present_in_a_table')?['body'])
the csv take always all rows and not the last
An another solution, could be to create only one row and delete this row after csv processing
but i dont find how do that
Pa : Pwer automate flow
pa1 : the ocmpose
pa3 : excel source to create the csv
thanks for you help