Hi,
I need to export data from an excel file into a sharepoint list.
Everything is ok , except for multiple email addresses recorded in a single field in excel.
email addresses list is recorded as follow in excel
The field in Sharepoint is in a list, allows multiple persons or group.
Thanks
Solved! Go to Solution.
Please follow the below sample, Say the first compose operation below is the input from your excel sheet
1. You need to split by ; by using the below expression
split(outputs('Compose'),';')
2. Initialize an array to hold your Multiperson data
3. Loop on the outputs from compose 2 in apply to each and compose the claims record as below in JSON and then append to the array variable as below:
4. Then you can pass the array variable to the create item as below:
If this helped you solve your problem can you please mark it as accepted solution Thanks
Please follow the below sample, Say the first compose operation below is the input from your excel sheet
1. You need to split by ; by using the below expression
split(outputs('Compose'),';')
2. Initialize an array to hold your Multiperson data
3. Loop on the outputs from compose 2 in apply to each and compose the claims record as below in JSON and then append to the array variable as below:
4. Then you can pass the array variable to the create item as below:
If this helped you solve your problem can you please mark it as accepted solution Thanks
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
At the monthly call, connect with other leaders and find out how community makes your experience even better.
User | Count |
---|---|
26 | |
25 | |
23 | |
23 | |
21 |
User | Count |
---|---|
62 | |
44 | |
41 | |
29 | |
27 |