A bit of a longshot, here... but I have seen this community pull together and come up with some creative solutions so I figured..."why not ask?" 💡
Is there a way to copy a row ONLY when the data in a cell is unique (not copy when the info already exists within the column)?
EXAMPLE:
I have a single sheet containing a single column. - This sheet has a form user(s) to input an item number. - When a new item number is entered into the sheet, a "Copy Rows" automation sends that item number to multiple sheets where a whole host of magical things happen.
Does anyone know of a way to prevent the same item number being sent twice (duplicated across all sheets)? I am okay with the same item number appearing multiple times in the source document as its only purpose is to trigger the workflow and populate other the other sheets with the item number. I just want to prevent the workflow from sending the same item number more than once.