Add data from popup to two separate data table

I want to add from one popup window data to two separate data table. But the popup is connecting with parent data table “Project”.

ind when i add the new input element is possible try only data from this parent object.

Set up your save button workflow with two actions: one to save to “Project” and another to save to the second table. Just reference the inputs (values) directly in each action.

But i need first connect input field with the database. and i can use only one data table

Looks like you are using auto-binding. Turn it off for the inputs you want to save to the second table so they aren’t tied to the Project data source. Then, in the save button workflow (assuming you use a popup), add two actions: one to save data to Project and another to save to the second table. Reference the inputs directly in each action to save data to both tables (from the same popup).

But i dont use auto bidding.

this dont solve me issue, i dont need to see data in popup. i need from popup to data table to two separate table

From one piece of data you can build further actions that deal with each of the data types that you want to handle.

I hope you sort it out! :slight_smile: