Hi, very fresh to Power Apps been going through learning and watching youtube clips came across one that brought up showing buttons in specific view modes....
You input the formula into the button's Visible property:
Form1.Mode = FormMode.Edit
PowerApps then says error with the formula.... highlighted in red is '.mode'
Attempted:
If(Form1.Mode = FormMode.View, false, true)
Also invalid. The sources are from about a year ago and there seems to be no information regarding formula language changes does that occur? How is this not working when even Microsoft articles state this and yet not valid, the predictive/autocomplete options that come up after you enter screenname. nothing in there lists 'mode' seeming to further indicate this is no longer valid option.

Report
All responses (
Answers (