Hello,
I look through others posts but I didn't find the solution. Some are very close but I'm newbies and I need more explaination.
I don't know how to link two sharepoint lists from two sites. The list "A" is the parent, and the list "B" the child.
Both are updated when a form is sumitted. Only one or two persons can read and fill the list "A". Most of the columns are filled when the form is sumitted. But one column "Analytic" has to be filled manually.
The list "B" is updated when the same form is sumitted, with the same columns than the list" A" but not all of them. Both have "ID1" column
I want when the column "analytic" is filled in the list "A", the column "analytic" of the list "B" is updated as well. it can be automatic or the action could be started manually.
I try trigger "for a selected item" but I really don't know how to start.
Then I try with the trigger "when an item is modifed", "get item", but I got stuck to link the two ID1 columns and to get item from the columns "analytic" of the list "A" to update the columns "analytic" or the list "B".
many thanks for your help.