Hello everyone 🙂
I have a large number of automation scripts, some of which are quite complex. However, developing the scripts is relatively tedious because the script editor gives a limited view of the code (and it lags behind a “real” IDE, e.g. no copilot etc). There is also no version control.
I currently develop our scripts this way:
- I write the script in Visual Studio
- I also maintain the GIT repo there
- When I'm done, I copy the script into the Airtable script editor
However, copying back and forth is error-prone and tedious.
My questions to the community:
- What are your best practices for writing automation scripts and managing the scripts?
- Is it really not possible to make the code view in the editor full screen (Safari, see image)?
Thank you very much!