I have 2 sheets
Sheet 1: Projects pending approval
Sheet 2: All the projects that have been approved
I want to build functionality where when I check an approved box in Sheet 1, it will automatically push to Sheet 2.
There are a couple issues/ complexities. One of the biggest issue is that the Sheets have different column names. I tried using data mesh, which seemed to work at first but it looks like I can't specify to put only certain rows over when a condition has been met. Is that available and I'm just missing it?
My other method was creating a formula in Sheet 2 but I'm not sure if this would work because ideally once the project is approved, it would make a new row in Sheet 2. Would the formula still work for this situation?
p.s. the copy function in the workflow may not work because of the different field names.