PowerApps Convert Textbox Text into Collection
In PowerApps we can split the text with any character.
Here we are using the comma(,) to separate the text and store into the collection.
Collection is a temporary array where can store the values
- Take one input control.
- and Create one collection.
onSelect = ClearCollect(colUserInput,Split(userInput.Text,","));
Result -
Please Leave a comment if anything is required.
mda365
d365
mda365.blogspot.com