Add to collection

I have a screen with a list based on a table in the database with a filter. I added a button at the bottom of the page so that the user can add an entity to that table, the button leads to a screen with a form containing all the information required to create the entity. When I save this form I want to create the entity in the database when one of the fields of that entity is a linked field and I lack the information for it. The information is in the original screen where the list is and based on it I made a filter for the list but for some reason I don’t have access to it when creating the entity on the screen with the form.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.