I have a spreadsheet that contains price of a different item, i want to filter out all the unique prices in the list.
E.g.
Ids , Price
1, 12
2, 32
3, 12
4, 43
5, 11
6, 12
My desired output is
Price
12
32
43
11
1 Kommentar
Synesty Support
gesagt
fast 2 Jahre her
Hi Gaurav Verma,
you can use the group by column function of SpreadsheetMapper step (Settings -> Group by Column name, Select your price column). The result spreadsheet contains rows with unique prices.
Gaurav Verma
I have a spreadsheet that contains price of a different item, i want to filter out all the unique prices in the list.
E.g.
Ids , Price
1, 12
2, 32
3, 12
4, 43
5, 11
6, 12
My desired output is
Price
12
32
43
11