Skip to main content
Solved

Create new view automatically

  • May 14, 2022
  • 2 replies
  • 131 views

Forum|alt.badge.img

Is it possible to create a new view automatically with scripting?

Best answer by kuovonne

Welcome to the Airtable community.

No, it is not currently possible to create a new view with scripting.
It is possible to create a new table, but not new views.

It is possible to adjust the records in a particular view by using scripting to adjust the field values of records to match the filter for a particular view. For example, you could have a filtered view that shows records that have a checkbox selected. Then have a script set/clear the value of the checkbox based on whatever criteria you like.

2 replies

kuovonne
Forum|alt.badge.img+29
  • Brainy
  • 6009 replies
  • Answer
  • May 14, 2022

Welcome to the Airtable community.

No, it is not currently possible to create a new view with scripting.
It is possible to create a new table, but not new views.

It is possible to adjust the records in a particular view by using scripting to adjust the field values of records to match the filter for a particular view. For example, you could have a filtered view that shows records that have a checkbox selected. Then have a script set/clear the value of the checkbox based on whatever criteria you like.


Forum|alt.badge.img
  • Author
  • New Participant
  • 4 replies
  • May 15, 2022

Welcome to the Airtable community.

No, it is not currently possible to create a new view with scripting.
It is possible to create a new table, but not new views.

It is possible to adjust the records in a particular view by using scripting to adjust the field values of records to match the filter for a particular view. For example, you could have a filtered view that shows records that have a checkbox selected. Then have a script set/clear the value of the checkbox based on whatever criteria you like.


Thank you Kuovonne! Appreciate the reply.