Hello!
I'm trying to set an If statement in my DataCardValue I want to set to Parent.Default if the form mode is Edit.
I have a variable that will trigger if the form is in Edit mode. If it is on Edit mode it should return the Parent.Default else should return a Officer365Users.
Coalesce(Parent.Default,Office365users...) if the form is in new mode, Parent.Default will be blank.