Hi all,
This is my first post to the Power Apps community. I spend a lot of time in Power Automate. I'm working with the Visible property based the value of another field.
My visible property for my "Show details" field is:
if(DropMissingSC.Selected.Value="Yes",true,false) which works great.
I would like to add some additional logic.
If Newform do not display "Show Details"
If (Editform and DropMissingSC.Selected.Value="Yes",true,false)
Any help would be greatly appreciated.