Hi - with the new split function it splits the data in to a table. How do you access this table to use the data?
I was thinking to use it as a helper on working around the current limitation of powerapps not working with sharepoint multi-select choice options. e.g. select items in listbox and concat them to a text box which is saved in sharepoint.
Then when I open that record on a form to edit I am thinking I could use the split function to get the value and split it out and set it as the default value on load of the screen for the listbox - this way I am setting the values and they can be edited accordingly.
I just need help on how to use the split table and I suppose then how to set it as the default values for a list box.
Either that or if someone knows when choices will be compatible I may just wait as doing this would be a lot of work as I may have 100's of listbox's in my assessment form.
Any assistance is appreciated.