How to copy only rows with unique column value using bot

I have a table "Recipes" with many repetitive items in the column. Using a bot I want to create a pivot- like table "Picklist".

"Recipes":

IDNameQTY
3344f6daSalt0
035055d0Sugar0.01
3d88b4e0Salt0.04
c6a6aa98Salt0.13
cb4a7341Sugar0.04
1c580461Salt0.03
7967772aSalt0.01
e04c2410Salt0.04
b8e9a123Sugar0.1

Result I want in "Picklist":

IDNameQTY
22e3e533Salt0.25
223fy54feSugar0.15

How to make the bot copying only the rows with unique Name... I am stuck with this problem(

0 2 63
2 REPLIES 2

Among the other attempts, I tried to do it using a virtual column in "Recipes" but it seems like VC are not recalculated within the bot running process

Consider making Picklist a parent table and Recipes a child table.

The "item-detail" data pattern - AppSheet Help 

Top Labels in this Space