
Announcements
Hi
I want to create a flow that should split the multiline text with each line into different row with the ID column as constant. my SP list looks as below:
SO I want 5 lines in new SP List each with Pls Provide value each row and ID should remain constant.
KR/ZK
Hi @zuhairqadir ,
First of all, you can use a Compose action and save the change line symbol by clicking the Enter key. For the multiline text column, you can split function and generate an array then use Apply to each to loop this array, and Create item action within this Apply to each.
expression:
split(items('Apply_to_each')?['Pls provide ...'],outputs('Compose'))
source list:
result list:
Best regards,