
Announcements
Hi,
I have a use case where I need to compare the values coming from/to a Sharepoint Multi Choice column to a multi choice combo box in PowerApps.
for a textbox I would use Text(varList.ColA) = Text(mytextbox.Text)
for a single choice Sharepoint column to a power apps dropdown I would use
Text(varList.ColB.Value) = Text(mydropdown.Select.Value)
My attempt so far has been
Text(varList.ColC) =Text(myotherdropdown.SelectedItems) but this doesn't seem to work.
Thanks in advance for any assistance
Todd