I have the following piece of code in an automation. plantingsWateringsRecordId = await plantingWateringTable.createRecordAsync({
"Watering": [{ id: recordId }],
"Planting": [{ id: planting.id }],
...
It would be great to be able to use much more color. Font color, background color, row color, column color, color in rich text formatted fields. Pretty much the suite of ways you can do it in spreadsheets.
Currently you can execute a scripting app from the desktop version. Much of our data entry is done through the mobile app and many of them are complex and take many taps and entry into many fields. This can be steamlined quite a bit with scripting ap...
I have a script I want to run to speed up data entry but I can’t figure out how to run it from a mobile device. The button support is too limited on the mobile app. Has anyone been able to run scripts on a mobile device?
Has anyone come up with a way to print out a list view. I really like the new functionality but not being able to print it out is a serious limitation.
It is absolutely insane that you can’t print a pivot table. Any report you see on the screen should be printable. I would like to hear from someone at Airtable as to why a pivot table can’t be printed. I have been a software developer for decades and...
Hi Bill,
As always thank you for your insight. I agree with you on all these points. Mostly I don’t the time to develop a mobile app and am always looking for ways around it. I think in this case I may have found a hook that will work for this specif...
I guess this gets back to my original question which I didn’t explain well. I need to execute a scripting app from a mobile device to be able to streamline my workflow. As Bill correctly pointed out automations are not the correct tool to use. I hope...