Hello,
i am new to powerApps, and facing some issues with activation/deactivation of datacards.
basically i have DataCardValue15 witch is a list with several choices and i would like to activate DataCardValue13 (witch is a list as well) based on the content selected on DataCardValue15
----------------------- i am trying this , without success there is no error bur DataCardValue15 is always disabled regardless of DataCardValue15 choice.
DataCardValue13
DisplayMode = If(DataCardValue15.Selected.Value = "Equipment" ;DisplayMode.Disabled;DisplayMode.Edit)
Thanks for any help