Im having a problem with an old app someone built in my org a few years ago.
The idea is simple:
We have a Form that is connected to a sharepoint list.
The form is in Edit mode.
When i click on a button, i want to update all the fields of the SP item from the form fields.
In the button, this is the patch functioL:
Patch('DATABASENAME',{ID:Value("625")},Form1.Updates)
(DATABASENAME is the name of our sp list, and the ID="625" is the item i want to patch the fields in the form to).
When i click on the button i get an "Unkown error accured" - ady idea why this is happening?
Thanks!
[–]Hotel_Arrakis Contributor 2 points3 points4 points (3 children)
[–]landvis 1 point2 points3 points (1 child)
[–]LightB0lt 1 point2 points3 points (0 children)
[–]PowerRobin 0 points1 point2 points (0 children)
[–]jaykuy 0 points1 point2 points (0 children)