*Update* I was able to figure it out. The issue was column names didn't match. I changed DefaultSelectedItems to RenameColumns(Split(Parent.Default,","),"Result","Skill") and working now.
--------------------------------------------------------------------------------------------------------------------------------------------
I have a form with a comboBox which I'm populating from one Sharepoint list, but then the selected results are stored in a different sharepoint list in comma delimited format in a multiple lines of text column type.
When the app is opened, if there's already an existing record for the user, it opens a form in edit mode and displays all the existing record. All of the comboBoxes which are populated from a Choices column types work fine, but the multiple lines of text column that I'm trying to use to to populate DefaultSelectedItems is giving me trouble. I know I need to Split the values into a table first, but it seems like it's not seeing the value in its Items equal what's in the Split array.
Right now I have the comboBox DefaultSelectedItems set to Filter(myDataSource,Skills in Split(Parent.Default,",").Result).Skills and that's not working.
Thanks in advance

Report
All responses (
Answers (