I am using a PowerApps from a SharePoint list. I have 1 variable that will either bet set to Finance, Contracts or All. I need a card visible if it equals Contracts OR All.
I tried If(varRequired="Contracts, true, If(varRequired="All", true),false) and it does not work. I tried a lot of other formulas too but nothing has worked.
Thanks for all the help.