I am trying to build a dynamic ordering system with Glide Pages.
As the line items are selected, I want it to create a cart and have the individual line items associated.
I know that the “relation” function is the tool to use, but I cannot figure out how to associate the line items to the “cart” with the carts unique Row ID.
Anyone know how to grab the Row ID from a cart or group table and have it append to the individual line items?
Thanks for the direction. I greatly appreciate your assistance.
I did not think about the “Joined List”, worked like a charm.
Could you clarify what you mean by:
"In cart sheet:
If user is not user → blank
if cart is complete → blank
else → cart ID.
"
Are you referring to creating a conditional relation field in my “Order Cart” table?
Would you also have any insights on how to create a cart first and relate the individual line items? With my button actions, “Add a Row”, its create 3 line-items and 3 UNIQUE carts. It should be 1 UNIQUE cart with 3-related line items.