The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Hi here’s a workflow I’ve been using for quickly exporting out an airtable base’s table into google spreadsheet.
There’s a number of reasons why you would want to do this:
You have a file that needs to be analyzed by someone for a one time use. This...
I know a lot of you including myself on the forums wish there was a way to attach dropbox image links so you can maintain your digital assets locally such as this post:
Choose Dropbox or Google Drive for attachment storage Product S...
I made a diagram explaining to myself what the capabilities of airtable are relative to whatever task I’m doing. And how airtable fits in the larger grand schemes of data management principles and heavy-data processing based tasks
I ended up modifyi...
I use airtable mostly as a product database + putting purchase orders to my vendor overseas. Each vendor uses their own weird excel cataloging system (Everyone in China does this), so I use airtable instead to send my own unique database of products ...
I’m just curious what other peoples workflows are here?
I am using airtable just for myself right now, since its easier for to completely setup and manage the data on my end.
But how would I go about collaborating when I start adding team members who...
had to use this again, realized one of the formatting strings was incorrect
for browserling https://www.browserling.com/tools/regex-extract-matches, I had this
/http[s?]://.*(.png|.jpg|.JPG)/g
when it should really be this:
/http[s?]://.*(.png|.jpg|....
thanks @Chris_Veenstra , you can definitely it use for many things besides just airtable.
All you need is a direct image weblink and whatever you want to rename to, thats it :slightly_smiling_face:
You can grab the website’s logo image URL then run the macro tool I’ve made here
Not sure if airtable has made improvements for file uploading since I put that guide up
(BULK IMAGE UPLOADER) KB+Mouse Macro to reupload your ImageURLS...
other time saving tips
Use page notes chrome extension to save the regular expression. So you can access text notes on that specific page
Bookmark the tool page on chrome bookmarks
If you do this workflow often, you can cut out steps 9 to 11 wit...
I had to use my macroscript again and I noticed a great number of bugs in it that I didn’t catch earlier.
I made a Version2 of the macro script
The problem in my original script was the following
Whenever you uploaded an image to airtable that was so...