Create mapping table of two table values

Hi,

I had two tables

  1. TableOne
  2. TableTwo

TableOne has 5 or more values and TableTwo 5 or more values

I want to link
TableOne ID = TableTwo ID and other ids further from UI.
Mapping of two table must be store on different table.
is there any Addon or any reference available to acheive this.

Screenshot from 2022-12-02 21-58-41

Perhaps you should create an entity for TableOne, another entity for TableTwo, and the third entity for the link table. Then you’ll be able to load, display and save the data easily.

Please provide some test project for better understanding if possible.