Hi all,
My Powerapps contains a dropdown with three items to choose from, let's call them:
Line 1
Line 2
Line 3
I use a Collection (named: Collection1) to store the data temporary (column named: "CLine") until the user clicks the send E-mail button. However I would like to disable the button with the DisplayMode when column "CLine" contains the text value ''Line 2." I assumed the following formula would work, but it doesn't:
If(Collection1.ColumnLine = "Line 1"; DisplayMode.Disabled; DisplayMode.Edit)
If anyone knows a solution I would love to hear it. Thank you!
Kind Regards,
Folk