Hello Bubble Community!
I’m building simple POC for my order management application and I need your help as I got stuck with the pop-up functionality.
In the dashboard, I would like to have the list of all purchase orders displayed (general information for each purchase orders built based on repeting groups). For which purchase order it should be possible to click on View Details button. Once clicked, it should display all the line items from the order.
Here is my set-up
- Data types
- PurchaseOrders (general information about purchase orders)
- LineItems (line item details within purchase orders) – linked via unique PO_ID field
-
Repeating Group for PurchaseOrders
-
Workflow for pop-up
-
Pop-up (???)
And here I just can’t figure out how to configure a table to display PO details that contains simple table showing data from LineItems based on PO_ID. I would expect such a table: