Hey Guys, I have a gallery within a form and within this Gallery I have added various inputs, like text boxes and two comboboxes. Both ComboBoxes should be populated from the collection, but these fields are text fields. The formula I was using to get the text value into the combobox was
Split(ThisItem.cr21c_itemstatus, ",")
and have also tried
{Value: ThisItem.cr21c_itemstatus}
But both the above only works sometimes (can see the value in the combobox). I also get the message in power apps, saying "This formula uses scope, currently not supported for evaluation"
How can I get the text value from the collect to the combobox input I have in the gallery?