Hi all,
I have been struggling with what seems to be a simple task, but I’m stuck with deduplicate(), distinct(), and advanced sheets module with query language…
My data source is a Google Sheet and I am trying to search rows where the output is de-duplicated using the values of a specific column.
For example, in the sample data here: Sample_Data
There are 6 rows, where the value in column Z (leaseName) is duplicated.
The desired output is using the Google Sheets module to search the sheet and output separate bundles containing all the rows without the duplicate rows. Any of the duplicated rows can be selected (e.g the first one).
So, for the sample data, the desired output would have bundles for rows 2, 5, and 6 only
Any assistance would be much appreciated!