Hello @Jeff vG ,
Thanks for question and using MS Q&A platform.
Yes, you can do this in Azure Data Flows.
Please do check the below steps to implement your scenario:
Step1: Add the source dataset to the dataflow.
Step2: Add the Aggregate transformation in mapping data flow and do the below steps:
Group by : Columns name ID
Aggregates: Column name phone1 and use collect(phone1)
expression to collect all the values present in phone1 column.
Step3: Add the Derived column transformation in mapping data flow and do the below steps:
Column phone1 and Expression phone1[1]
Column phone2 and Expression phone1[2]
Step4: add the sink in mapping data flow and configuration the output configuration.
Step5: Now create a pipeline and run the dataflow.
Hope this helps. Do let us know if you any further queries.
---------------------------------------------------------------------------
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.