I'm new to powerapps, and I'm struggling to make the following:
Have Label1 change it's text to "Yes" or "No based on the value/text in ColumnA of Table1.
My inpunt: If(tbpackage!'state'="waiting";"Yes;"No")
Can someone teach me how to do this?
Thanks.