I'm a newbie to Powerapps but I've searched both this forum and the internet but cannot figure out my problem. I'm hoping it's something really simple.
The form is created from a SharePoint list:
1. In the OnVisible property, I wanted to set the text and show a field if the value of a varible is something.
a. In the OnVisible of the screen, I set a variable: Set(varStatus,'Annual Evaluation-Salaried'.Status)
b. The Text property of the textbox is set to varStatus (This doesn't work)
c. The Visible property of the textobx is set to varStatus="Draft-User"; (This doesn't work)
What am I doing wrong?