Skip to main content

Is it possibel to create automatic base for the user when the new user is added to the table containing user info. Can we create script or any other method which can help us to create automatically based with predefined tables for the new user. 

Hi,
I don't think you can create base by script, but you can create the template base and then duplicate it for each new user. Also, in the new-created base, you can create a number of tables with given fields, using something like

await base.createTableAsync('Example2',[{'name':'Name','type':'singleLineText'},{'name':'Code','type':'singleLineText'},{'name':'Notes','type':'singleLineText'},{'name':'Role','type':'multilineText'},{'name':'Status','type':'multilineText'}])

For other field types, there might be additional parameters you can find here:

 

and here:

 


Feel free to reach out to me at zidansaha1212@gmail.com if you’re interested in purchasing a 1-year Airtable Pro accountn$240] for just $50.


Reply