Dear Microsoft Team,
I have a SharePoint list column named "Names" and I want to Split the values of the "Names" column inside a TextInput that's inside a Gallery to get multiple rows inside my Gallery, I tried to use as below but I'm getting an error msg data type: Table.
Split(PlainText(ThisItem.Names),"|")
is there any possible way or different method to split my data?