Help

The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.

How to externally check that a record exists

Solved
Jump to Solution
1190 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Mutsuda
5 - Automation Enthusiast
5 - Automation Enthusiast

Hi! I’m trying to figure out what would be the best way to implement something easy to use that would allow anyone to check if a record exists in an airtable base.

With a table with these columns:
Name | Surname | ID | email

I would like to implement an external webapp that given email + ID, checks if the record actually exists and returns true or false.

Any ideas?

Thanks

1 Solution

Accepted Solutions
kuovonne
18 - Pluto
18 - Pluto

If you want a human to do the checking the easiest way is probably with a portal, such as miniExtensions.

If you want to write your own webapp, you can use the REST API.

See Solution in Thread

1 Reply 1
kuovonne
18 - Pluto
18 - Pluto

If you want a human to do the checking the easiest way is probably with a portal, such as miniExtensions.

If you want to write your own webapp, you can use the REST API.