I have a ComboBox in a gallery with the below parameters...
DisplayMode: If(ThisItem.ID=EditRecord,DisplayMode.Edit, DisplayMode.View)
ITEM: ["Desktop PC", "Evoko", "Printer"]
Currently, if the ComboBox is set to "Edit", the user can select from one of the predefined items and then the user can patch that item to a SP List. If the ComboBox is set to "View", i want it to display the "ThisItem.EquipmentType" value found in the SP List. I tried changing the "Default" to "ThisItem.SIB85_Device_Type", similar to the labels found in the same gallery, but this doesnt work and gives the error...
Expected Record Value... It was expecting a record, but the rule produces text values.
How can I get the ComboBox to display the SP List ThisItem value is the display mode is "View" and the "Items" values if the display mode is "Edit".
I hope that makes sense & thanks in advance.