Forum Discussion
Stromleitung
Jul 25, 2019Copper Contributor
Link 2 Sharepoint Lists
Hello everybody, If I change the day now, he should compare the 2nd column of both lists and accordingly all days change. Example for you: List "Zuständigkeiten": Date (Datum) of Welle1 = 0...
Thomas Berman
Aug 08, 2019Iron Contributor
Hi Christian,
If I understand you correctly, you want to be able to change the "date" column in one list, and by doing that, cause the dates of related items in another list to update to that date value?
This is probably best achieved by creating a workflow in Microsoft Flow. You could set it up to trigger when an item in the Zuständigkeiten list is modified, capture the value in the date column, then look up values in the Migrationsliste list which have the same "Welle" value, and update those items with the new date value.