Hello.
I have a quick question regarding Excel Sheets connected to a PowerApp via OneDrive.
I want to make an IF function which would check if a current Excel Entry has a certain value or not.
However I do not know how to write this IF statement. I am unsure how to make PowerApps check for the required data.
ThisItem.ExcelData does not seem to work, as it's only function is to set whatever it's put on to the given value.
This is what I have right now, but as I mentioned, it doesn't work.
If(ThisItem.ExcelData="Value",true,false)
Any help would be greatly appreciated.