HI @MaxEAI , Pleases correct me if I am wrong. You are trying to selecta record from table and that record information you want to show in another screen on specific form, if this is what you are looking for then please below code on button OnSelect property:
Set(vRecord, LookUp(Table2, ID = 1));Navigate(Screen4);
Then on form Item property use the variable vRecord and the data source of the form should be same Table2.
------------------------------------------------------------------------------------------------------------------------------
I hope this helps.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs up.
Thanks,
ANB