I am passing through some data form another screen to populate a text value. I am trying to add an if statement to only update the value if it is empty.
If(IsBlank(PlantTextValue),varPlant)
When I write this statement and put a period , nothing pops up like .text or .value. Is this correct for a text label? Or is there a better way to check if it is empty.