@Dreuna_ Unfortunately, the Airtable form has limited functionality and cannot conditionally pull the data from the table. The record is created only when you apply the filled form. To achieve the required functioning you might use additionally some automation tools like Make(Integromat) and/or more advanced form builder like Jotform, etc.
Hi Dreuna, I think that should be possible, yeah.
I assume that the form only has one field for "Contact" information, and that data from that field needs to be checked in those two other tables?
I also assume that you have link fields between "Dary" and "Kontakty", as well as "Dary" and "Firmy"?
If so, you could try creating an automation that triggers when the form is submitted that does the following:
1. Find Record actions
- Looks through the records in "Kontakty" for a record with the same contact information
- Looks through the records in "Firmy" for a record with the same contact information
2. Conditional logic based on the results of the Find Record actions
- If a record was found in "Kontakty", link it to the record in "Dary", and if a record was found in "Firmy", link that one instead

Here's a link to the base with the automation
@Dreuna_ Unfortunately, the Airtable form has limited functionality and cannot conditionally pull the data from the table. The record is created only when you apply the filled form. To achieve the required functioning you might use additionally some automation tools like Make(Integromat) and/or more advanced form builder like Jotform, etc.
Oh, sorry, I understood your request in the wrong way. Definitely, @TheTimeSavingCo's solution might be the one you are searching for.
Hi Dreuna, I think that should be possible, yeah.
I assume that the form only has one field for "Contact" information, and that data from that field needs to be checked in those two other tables?
I also assume that you have link fields between "Dary" and "Kontakty", as well as "Dary" and "Firmy"?
If so, you could try creating an automation that triggers when the form is submitted that does the following:
1. Find Record actions
- Looks through the records in "Kontakty" for a record with the same contact information
- Looks through the records in "Firmy" for a record with the same contact information
2. Conditional logic based on the results of the Find Record actions
- If a record was found in "Kontakty", link it to the record in "Dary", and if a record was found in "Firmy", link that one instead

Here's a link to the base with the automation
Thank you so much. Yes I have it linked.
Thanks for your time trying solve my problem 🙂