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.
My use-case is that I want to send a slack message when a record is created.
The reason I am not using the built-in Slack Message automation is that I want to customize the Slack Message using Attachments and Blocks features.
I am wondering what is t...
I am wondering, if I have an Email address field inside a restricted email domain form (which requires a user to log in - Pro Plan feature), is it possible to prefill the Email address field inside the form with the user’s email?
Is there a way to ac...
I found a way to achieve what you asked for.
Full solution posted here: https://community.airtable.com/t/list-all-options-of-single-select-from-api/26771/3?u=yoav_malichi :slightly_smiling_face:
Yes!
This is possible.
Visit the Meta API documentation.
Through this (see image below) GET request you can iterate over the tables (a list), check for your specific name (table name), and once you hit the desired name, iterate over the fields, until...