Help

Re: Record Name Not Pulling

Solved
Jump to Solution
576 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Info_Brenner
4 - Data Explorer
4 - Data Explorer

I have a view where the primary field is an autonumber generator. About 12 hours ago my code below would have output the list of the IDs of all of the records in a view:

let Table = base.getTable(TABLE_NAME);
let view = Table.getView(VIEW_NAME)
let query = await view.selectRecordsAsync();
for (let record of query.records) {
    output.text(record.name)
    }

However, it is now saying that each of these records is unnamed. Oddly, the description of the “name” property says that it should be the string of the “Primary Cell Value”. Double clicking the autonumber field shows “This is the table’s primary field”. Can someone clarify my misunderstanding?

1 Solution

Accepted Solutions

Thank you Kuovonne! Yes, this morning it appears to be working again. Thank you and sorry for the inconvenience!

See Solution in Thread

2 Replies 2

Welcome to the Airtable community!

Are you still experiencing this problem? Some people were experiencing problems with scripts earlier today, but those were resolved recently.

If you are still experiencing this problem, can you post screen captures?

I also suggest reaching out to support directly.

Thank you Kuovonne! Yes, this morning it appears to be working again. Thank you and sorry for the inconvenience!