Skip to main content
Solved

Record Name Not Pulling

  • September 23, 2020
  • 2 replies
  • 13 views

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?

Best answer by Info_Brenner

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!

2 replies

kuovonne
Forum|alt.badge.img+29
  • Brainy
  • 6009 replies
  • September 24, 2020

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.


  • Author
  • New Participant
  • 1 reply
  • Answer
  • September 24, 2020

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!