Hi all,
I have a dropdown menu in a powerapp which I need to show or hide depending on a value in a sharepoint list.
I tried the following:
Visible = If(flt_EATfeedback_questions, "YESNO" in AnswerType.Value, true, false)
and
Visible = If(flt_EATfeedback_questions, 'Answer Type'.Value = "YESNO", true, false)
The column is named Answer Type in Sharepoint, so maybe I'm going wrong with the syntax. I am fairly new at all of this so I appreciate any help.
Best regards and many thanks,
Tom