Hello guys
I'm building a normal gallery for my app but there is a label that I need to show the text based on if a field have data or not.
For this I'm using this expresion:
If(IsBlank(ThisItem.'New_owner'),ThisItem.'System Owner',ThisItem.'New_owner')
What I'm trying to achieve is that if the New_owner field is blank them bring me the text in the System Owmner field, if not, take the text from New_owner.
However, powerapps does not allow me to do this because it says "invalid argument type (text). Expecting a record value instead).
thanks for the help.