As the title should suggest, I'm trying to get SharePoint to automatically updateList B item whenever a list item in List A is changed.
In this case, when an item is created in List A it also creates an item inList B with some of the same columns (List B also has other columns). This was done with a workflow in SharePoint Designer 2013 and works just fine.
Both List A and List B have a column called Notes. What I would like to happen is for the Notes field inList B to be updated when the corresponding Notes field in List A receives a value (user enters a note).
It seems like this should be the easiest workflow in the world to make, but I have tried a bunch of different ways to do this and I still can't my workflow to make the update toList B. Please help!
In this case, when an item is created in List A it also creates an item inList B with some of the same columns (List B also has other columns). This was done with a workflow in SharePoint Designer 2013 and works just fine.
Both List A and List B have a column called Notes. What I would like to happen is for the Notes field inList B to be updated when the corresponding Notes field in List A receives a value (user enters a note).
It seems like this should be the easiest workflow in the world to make, but I have tried a bunch of different ways to do this and I still can't my workflow to make the update toList B. Please help!