I would like to create an extension that will generate mock data using the faker.js library.
I would want it to ask me which table I want to generate the data & how many rows (maximum 50 due to the limitation in Airtable).
It should also exclude the autonumber field it any formula field.
I would like got it to ask me which days type to generate for each field if possible.
I created an extension & tried running it locally but I don't know much js & could not actually get it to do anything.