Hi Folks -
I have a multi select ComboBox and on a submission while on a NewForm, it works great. However, when I edit that same record and hit submit (as I have another field to edit) it bombs on the combobox. So I need to reselect the ComboBox values again and then it submits fine.
I did some tests and for some reason on EditForm when the values load, even though they are visiable in the ComboBox, the application is reconoging that field as "null" until I reselect (this is a required field).
My DefaultSelectedItems property is as follows:
RenameColumns(Split(ThisItem.Device_Platform, ","), "Result", "Value")
Is there a way around this? Thanks!
Solved! Go to Solution.
Got it! I read the thread located here:
And adjusted accordingly:
Filter(DevicePlatformList, Alias in Split(ThisItem.Device_Platform, ",")).Alias
Thanks!
Got it! I read the thread located here:
And adjusted accordingly:
Filter(DevicePlatformList, Alias in Split(ThisItem.Device_Platform, ",")).Alias
Thanks!
User | Count |
---|---|
252 | |
102 | |
94 | |
50 | |
37 |