Combine values from different forms

Hi there,
I need your help, I have the following app screen

image

"Orden" and "Artículo" belong to one table called EntregasEntries
"Cantidad Entregada" belongs to a different table called OrderEntries

I seem not to find a way to combine in a form values from different tables.
I'm trying to set the correct source but is not blue dot

Hi @Pabl-2603, at the moment it appears that Honeycode does not know which specific row you want to query from the OrderEntries table, which is what is causing the blue circle (instead of blue dot). You'll need to have a more specific expression in the Set initial value field in order to pull the correct data.

What you may end up using is the FINDROW function, which will look for a specific row based on certain criteria that you provide.