I can post the screenshots.
To reduce the sources of errors I have not made any changes to the item and only want to update. I have also tried the case with changed data.
Hi @Kytyzow ,
Havenât been able to reproduce the same error. But maybe we can filter out some of the potential causes :
What is the 15th field about? What is the column type ?
Is the error reproduceable for other fields and with other values assigned?
As it is not visible on the screenshot, can you please confirm that in the âAssignâ box you wrote âListItem.Fields(15).Valueâ ? or is a different input?
Can you please confirm your user has the permissions to edit the list itemsâ fields?
Is the error reproducible with other fields and with other assigned values?
The error is not field related
As it is not visible on the screenshot, can you please confirm that you have written the value âListItem.Fields(15).Valueâ in the âAssignâ field, or is it a different input?
ListItem.Fields(15).Value
Can you please confirm that your user has permission to edit the list item fields?
Yes, the user has the permission.
Which package version are you using?
1.11.1
Also, the workflow of just updating without making a modification will result in an error.
Hi. Iâm currently getting the same error âInvalid Requestâ when trying to use the âUpdate List Itemâ activity. To narrow things down I removed the activities that update the list item object locally and am just trying to update the original list item with its original values. Still getting this error. Any suggestions? Iâm using version 1.11.1 of the activities.
Hello, I am currently getting the same error. Unfortunately I donât have a solution, but I do have an idea as to what the problem might be.
In my sharepoint list there is a field of type Choice. If this field is empty for the list element, the update works. If the field is not empty, the error occurs. And this happens even though I donât change anything in this field in UiPath, but in a completely different field.
I suspect that this is because UI Path loads the complete list item and updates it during âUpdate List Itemâ, not just the field that has actually been changed. Something could go wrong here by loading and updating again.
Any ideas on how to work around this error?