Hello everyone! I have a question about writing a text that includes two elements that have the same position in different lists. I´m building an app that has a shopping cart. So, I want that the user sends me a WhatsApp message with all the products and quantities that he/she want.
Currently, I´m receiving a message like (e.g.): Hello! I want 2, 4 and 3 units of chicken, meat and pork, respectively. But what I want is: Hello! I want 2 chicken units, 4 meat units and 3 pork units. Is that possible in Bubble? Please consider, this Data Types:
*Pedido=Order
*Det_Pedido= Order detail
Also, as you can see, an order contains a list of order details, so what I want is to write together the elements that occupy the same position on their lists.
Example:
List 1 (Quantity): [2, 1 , 5]
List 2 (Product): [eggs, t-shirts, pens]
I want 2 eggs, 1 t-shirt, and 5 pens.