Hi! Basically i m trying to do a app for myself to use in my job.
I able to do a stock, and in a slice i can see all the items that i need to order.
I also add a automation that with a botton i can send a Whatsapp to a number of the suppliers.
The problem its that when i got the list of items , i can send a Whatsapp only one by one and i would like to be able to send a unique WhatsApp for each supplier.
The columns that i got are:
Product , min.Stock , in.Stock ,Quantity to order, Supplier, phone number Supplier,
The formula that i use for WhatsApp is:
CONCATENATE(βhttps://api.whatsapp.com/send?phone=β,CONCATENATE(β+34β,[phone number Supplier]),β&text=β,CONCATENATE("Hi! I would like to order: " , [Quantity to order], " " , [Product]))
So.. there is any way , that will make me able to group all the products by supplier by changing this formula?