Hi All,
Is there any way to allow save the data from Data Table into Share Point List (multiple lines)? Or any other suggestion that can save multiple records into SP list (column type - multiple lines)?
PowerApps
Step 1: Select value from Combo Box
Step 2: Click Add icon (to add into Data table)
Spoiler (Highlight to read)
Add icon OnSelect Property: Collect(collectionABC, {col1: ComboBox1.Selected, col2: ComboBox2.Selected, col3:ComboBox3.Selected});
Add icon OnSelect Property: Collect(collectionABC, {col1: ComboBox1.Selected, col2: ComboBox2.Selected, col3:ComboBox3.Selected});
Step 3: Click Submit button (to add records into SP list)

Expected result in SharePoint List upon clicking Submit button
