Pop-up window with details

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

  1. Data types
  1. Repeating Group for PurchaseOrders

  2. Workflow for pop-up

  3. 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:

Just place an RG inside the popup whose source data is a Search for expression searching for LineItems, constrained by a PO_ID field set to the popup’s PurchaseOrder

1 Like

Thanks!!
I was keep doing this constraint on a Text level, not on RG level. Great, thanks again :slight_smile: