Hello guys,
in my Sharepointlist I have 3 stati.
- Pending (default)
- In Progress
- Approved
If the employee now fills out the form and clicks the "Save" button, the status should be changed to "In progress". So I try to implement it in the OnSucces of the form, but it doesnt work.
Patch(employee_interview;LookUp(employee_interview;ID=InterviewForm.LastSubmit.ID);{Status:{Value:"In Bearbeitung"}}) & Navigate(SuccessScreen)
What I am doing wrong or is there a other way to patch one single element in the list after submitting a form or is it possible to set the status in the form?
Thank you for your help.
Mandree