Support
Help Center
Airtable Universe
Airtable Templates
Airtable Guides
Developer Documentation
Sign up for Airtable
Airtable Community
Announcements
Discussions
Ask A Question
Show & Tell
Development & APIs
Groups
AI Accelerator
Airtable Enterprise Network
Marketing
Product Operations
Events
Resources
Getting Started
Job Board
Product Ideas
Search
Community
Knowledge base
shanemileham
Users
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Search instead for
Did you mean:
Help
Sign In
Browse
Airtable Community
shanemileham - profile
shanemileham
4 - Data Explorer
since
Feb 01, 2020
Nov 29, 2022
User Statistics
1
Posts
0
Solutions
3
Kudos given
0
Kudos received
User Activity
Posts
Replies
No posts to display.
Re: Field ID instead of Field Name?
Mar 14, 2020
If you want to initialize an object for use in your code later, you can get all the ids in an object like this: let allTables = {}; for (const table of base.tables) { let newObject = {} newObject.id = table.id; for (const field of table.f...
Kudos given to
User
Count
Jeremy_Oglesby
2
Howie
1
View all