Hi All,
I disabled the default "Save" button on PowerApps, but I want to show a message if the end user click on it rather than doing nothing.
I tried to use the "UpdateContext" on the "OnSave" but I am getting an error, please find attached.
I just simply want to show the end user a message if they click on the default "Save" button in PowerApps..
Solved! Go to Solution.
This may help clarify things.
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/sharepoint-form-integration
That error is common, indicating the UpdateContext function cannot be used. This is due to the fact that it sets a screen-based local variable. The OnSave action isn't linked to a screen.
You could use Set() and use a global variable, however.
This may help clarify things.
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/sharepoint-form-integration
That error is common, indicating the UpdateContext function cannot be used. This is due to the fact that it sets a screen-based local variable. The OnSave action isn't linked to a screen.
You could use Set() and use a global variable, however.
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 |
---|---|
255 | |
127 | |
85 | |
84 | |
68 |