while updating a list item in SharePoint using Office365 activities, I following below steps
Get list info
For each list item (applied filters)
listitem.fields(40).value = “test”
Update List item
this was working fine in some projects, but I had a issue with another list where the index keep changing. So I am searching for solution to update List value based on column name instead of index