I need a user to add several rows in a SharePoint list though a Power app.
In the first textbox they enter the Project number (example:19212-1) (1 value)
In the second textbox the copy a text with a separator (example: YV-111;YV-112;YV-113).
I want to split the text and create a collection with the values:
Projektnumer: Elementnamn:
19212-1 YV-111
19212-1 YV-112
19212-1 YV-113
And then save the Collection to the SharePoint list.
Thanks for your help.