Hello everyone. I have some questions about airtable.
- Can I use typescript for automation script?
If I define the type of value, it says “‘types’ can only be used in a .ts file.(8010)”.
And I can use @ts-ignore for it. - Is there any update or change for automation script?
I’m using the input variables of automation.
const userIdOriginal = context.userId
It’s what I used for it but it has been broken from a few days ago.
It forced me to change it like so.
const userId = contextI“userId”]
It’s really annoying me and I had to change all code.
I’d like to know what happened nowadays.
- Is there anything similar to serverless functions such as firebase cloud functions?
For now, I’m using automation to track and trigger updates but it forces me to distribute codebase and rewrite the same or similar codes. It would boost my works.
Sorry for my poor knowledge and English.
Any help will be welcomed.
Regards.
Andrei.