Hi @David_Boucard_Planel and Welcome to the Community
!
Well, itâs not an issue per se, thatâs just how LookUp
fields work .
I have honestly no idea how to explain this as I really donât have the technical language for this but by creating a lookup in your Table 2
, youâre just give the ability to your Table 2
to get info from your Table 1
.
Itâs just a link between those 2 tables, nothing more.
To do what you want to do, you just need to go a little bit further and find a way to Filter()
in your Table 2
the info youâre getting from your Table 1
.
But I think @Saul_Garcia, explained it better than I could .
Another option (but seeing you tagged your post with âcross-docâ, Iâm not sure this could work) could be to add a Button
column to your Table 1
which, when pushed, could add the desired row to your Table 2
.
In my example, [Projects (Lookup)]
in Table 2
is still a Lookup
field, so when adding a row, you wont loose the connection between the tables and still be able to get what you need from your Table 1
to your Table 2
.
I also added a button on the canvas which will just push the needed buttons in Table 1
(so you hide the buttons in Table 1
and it will also tells you how many projects still need to be added to Table 2
)