select order items

Hello, in the code below I would like to list 3 columns where they would have quantity, product name, value. For when you sell more than one item to the customer, you could send the list by whattsapp. Today I can only ship 1 item at a time. Can you help me?


CONCATENATE(
"https://api.whatsapp.com/send?phone=”,
[TELEFONE],
“&text=”,
ENCODEURL(
CONCATENATE(
"PEDIDO: ",[ID],
"
",
“Olá,”,
"
",
[Nome do cliente],
"

",
“tankyou blablabla!”,
"
",
Item do teu pedido:”,
"
",
"- ",[QTDE],"g | “,[PEDIDO],” | ",APP([PREÇO VENDA]),
"
",
)
)
)

Welcome to the community!

Please show your tables especially the one you are launching this action from. Thanks.

1 Like