Hi there! I’ve tried looking up on the forums but I’ve been unable to find an answer. Here it goes!
I would like to create an archiving mechanism. Given that I have rowIDs in Completed Projects table and rowIDs in table B, for every rowID in list A, find the matching rowID in list B and copy the entire row to a new table.
What I was thinking was creating a button to loop through list A via forEach and then filtering list B by currentValue. Kind of like
It seems you didn’t really publish the doc, but anyway, the problem seems to be the CurrentValue. You think it is referencing CompletedProjects, but it actually references ListB. You need to use WithName() in order to save the CurrentValue() from the forEach() and use it within the filter()