I have 2 lists - List A and List B. List B is a mirror copy of List A. So currently both of them have exactly same content(300 items) and they have 40 columns.
What I want is that if someone edits an item in List A(multiple fields, say 20), then that item should be updated in list B(with all the fields) using Nintex. I know I can use 'Update Item' action of Nintex but that would require me to configure logic for all the 40 fields and that would be tedious. Is there any other shorter way to update all fields of List B when an item is updated in List A?