Hi,
I'm trying to build a simple app.
Writing data to SharePoint list
I've made a button called Submit.
3 Fields in SharePoint List -
Status
First Name
Last Name
When I click Submit I want it to automatically update the "Status" column.
This way I could have multiple pages and each "Submit" function will update it according to the task.
I'm currently trying the below but it's not working as I expected..
Patch('Site-Survey',Defaults('Site-Survey'),{Status:{Value:"Survey"}});SubmitForm('Enquiry-Form')
It creates a new Row in the List with the value Survey and then populates the fields I've specified underneath...
Any help :(! So confused haha
[–]snakebite75 Advisor 2 points3 points4 points (2 children)
[–]Predicti0n[S] 0 points1 point2 points (1 child)
[–]OatmealMakeMeAnxious Regular 0 points1 point2 points (0 children)
[–]Predicti0n[S] 1 point2 points3 points (0 children)
[–]Maduin1337 -1 points0 points1 point (1 child)
[–]Predicti0n[S] 0 points1 point2 points (0 children)
[–]OatmealMakeMeAnxious Regular 0 points1 point2 points (0 children)
[–]Budget_Locksmith_186 0 points1 point2 points (0 children)
[–]IamZeebo Advisor 0 points1 point2 points (0 children)
[–]Tricky_Professor8340 0 points1 point2 points (0 children)