Hi all,
I have got an expression to evaluate onVisible of screen before I allow user entry on the form. I need to validate if expression is false then I need to display a notification as well as set a variable to false which in turn should hide submit button.
Now If the expression result is true, the notification is working fine however submit button is still visible means user could still click it and submit the record. In summary "submitVisible=false" not working whereas I have also tried directly setting the Submit button visible property to false but still no luck.
Any idea please?
Thanks
Solved! Go to Solution.
If you want to set submitVisible to false, instead of writing submitVisible=false, the correct syntax would be:
UpdateContext({submitVisible:false})
If you want to set submitVisible to false, instead of writing submitVisible=false, the correct syntax would be:
UpdateContext({submitVisible:false})
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
198 | |
71 | |
48 | |
42 | |
30 |
User | Count |
---|---|
263 | |
121 | |
94 | |
89 | |
85 |