Hi,
I have a scenario where I have two list like below:
Products - id, name, desc,
customer - name, city, products --id
Now when I archive the Product row, I need to archive the customer row(s) corresponding to that product id.
How can I achieve the same using SharePoint designer workflow? Any idea will be greatly appericiated.