Hi everyone!
First time building my app on bubble. It is pretty simple, I have a list of items, the user adds these items to an order. I want to show the order items as line items, and then have these roll up to the actual order using an order number.
My data tytpes are:


In my workflow I have:


The order number shows up in my Orders data type like so:

But in my order items data type, I want to show the order number, but it is blank:

How can this be achieved? Have I connected my data types correctly?