Help

Re: EXport Airtable Records in a Custom PDF Report

2777 0
cancel
Showing results for 
Search instead for 
Did you mean: 
BenInDallas
7 - App Architect
7 - App Architect

We are experimenting with Airtable as a project management tool for our Graphic Design Firm. Working well so far, until we get to expense tracking. It’s easy enough to create a table to track individual expenses and link them to any open job in our “jobs” table, but when it comes to billing, we need a single document that captures ALL the expenses related to a job and presents them together in a report much like the attached “Cost Sheet”, which we currently produce manually for each job in Excel.

Here’s what we need. I’d like to automate the Cost Sheet data entry process so that, at a push of a button, any member of my team can generate a pdf with this same info, and with data pulled from Airtable records. All the user would have to do is select a “job” and all expense records linked to that job would be gathered up and processed. Each expense record would be listed as a row in the table (like the highlighted rows shown in the example). In addition, header info (like that shown in rows 1-3) would need to be pulled from the records, and simple calculations (like those shown at the bottom of the sheet) would need to be performed.

Is this possible? Is there another tool that already does this?

costsheet.jpg

37 Replies 37
BenInDallas
7 - App Architect
7 - App Architect

Javier, we’ve put our particular project on indefinite hold. But before that happened, I had a chance to talk to Chester. My understanding is that AirPress and Tablepress don’t work well together. Chester has built some custom plugins (for his clients) that allow you to use specific features from DataTables to display and/or interact with data from AirTable, on a Wordpress page. Once that’s done, styling is as simple as writing CSS. But given the number of variables, I don’t think there’s an out-of-the-box solution available. Someone would have to build the plugin from scratch (Chester, or you, or another programmer). I don’t think any of it is super-difficult, but definitely requires a fair understanding of PHP, the Airtable API, and Wordpress (or whatever platform you’re building on).

Zack_Schwartz
4 - Data Explorer
4 - Data Explorer

This would be a nice-to-have. In the mean time my workaround is to use the Airtable API to pull the records, populating them in an HTML template, and then generating the PDF with https://www.api2pdf.com. Works fine, but you have to have some basic coding knowledge in order to do it.

I agree with BeninDallas and Alexandre_Co. It is astonishing to me that there is no way to get a report out of Airtable. This should have been a feature included in version 1.0. My base is for people doing research. It is easy for me to put data in, very difficult for researchers to get data out. I don’t want them to see or have access to the entire base, or even one table at a time. They need to ask a question – filters work – and get information and print it out in a report. That is not yet possible.

patrick
4 - Data Explorer
4 - Data Explorer

I use https://www.reportbin.com/, it’s pretty flexible since you can design the reports using HTML. The downside is you do have to know HTML, though they have an offer to do that for a fee. The interface is pretty basic, but you should be fine with some basic understanding of Airtable to fill in the infor they need.

Sam_Wood
5 - Automation Enthusiast
5 - Automation Enthusiast

Hey thanks for the mention Patrick. I’m Sam from ReportBin, we’re still working on the interface, so expect it to be better with time. Please don’t hesitate to contact me if you need any help.

@all: contact me and mention you’re from Airtable Community, I’ll work with you to design your reports for free in exchange for feedback :slightly_smiling_face:

Chiming in! I need to prepare multiple-record reports.

SDOK_Blog
6 - Interface Innovator
6 - Interface Innovator

Hi… I think I have a solution… It’s possible to make it through google sheets and airtable integration.
If it’s interesting for someone, I can explain how to do it.

BenInDallas
7 - App Architect
7 - App Architect

@SDOK_Blog : It’s pretty easy to integrate AT and Google Sheets through Zapier. The problem is that the AT API does not support an “updated record” event, so Zapier will only sync NEW records between the two platforms. This is useless to me, since the whole point of a project status report is to get the LATEST “status” (that is, updated field data) of an EXISTING “project” (aka, record). Do you have a solution for this?

Hi

Try using Integromat instead - you can use a timed ‘Scenario’ to search for all records and then loop though them updating as you go. It’s not realtime but…

You could also look at my recent blog posts about creating PDF from a database using Integromat:

http://software.kirknessassociates.com/blog_files/6f3e73f9a3a3886171957ed39623787d-32.html

(Note - I use a different database in this example but the principle is the same)

Hope this helps

A possible solution would be to use the AT API to update records and trigger report generation. You can easily do that with https://www.formnano.com/, just create forms to edit existing records and add Zapier integration. Contact me if you need help setting it up.

Disclosure: I built both FormNano and ReportBin

Hello,
I’m interested in seeing what reportbin offers for my project.
Seeking to build an inventory page that would contain a grid of several records (each record containing a product image, product name, and unique id) as well as a header and footer.

Please let me know if you are able to assist.

Hi Hannah, yes it looks like something ReportBin can help you with. Shoot me a message via the contact form https://airtable.com/shrKJ2SnkrMNUTj26 and I’ll walk you through the process :slightly_smiling_face:

PageMonk
6 - Interface Innovator
6 - Interface Innovator

I am working on a solution for this at https://www.pagemonk.com/ . Please DM me if you would like me to build you a pdf (for free). It’s under development and I’ll be adding more features this week.
Also, here’s an intro video

@Sam_Wood does this offer still stand? I would be ecstatic! I’m trying to find a way to create a printable budget sheet for clients based on a table view. Thank you!

Bryan_Atwood
4 - Data Explorer
4 - Data Explorer

It’s sad that after two and a half years and $170M raised by Airtable that you cannot easily export multiple records into custom designed excel or PDF layouts (for invoicing/billing, or sharing with other firms that don’t use Airtable). The Page Designer block is a good start, but not sufficient. Sadly we’ll have to stick with error-prone excel for our accounting needs.

I am really loving Airtable, so hopefully this type of feature or block gets added!

Agreed, there is not a matured reporting module in airtable. I’d love to see this addressed.

I cant display more than one record using page designer, this is a significant limitation

A quick workaround is a linked grouping - in my business case I call them applications - that touch related tables. You can then choose which linked records display via table in the page designer, which in my case solves the need. You could just call the table Print Record with an auto counter for reference and it will get the job done.

Wes Webber
(517) 325-3301

Just following up on this thread in November 2023.

Unfortunately, Airtable's Page Designer is still extremely limited. For example, it can't effectively print documents that are more than one page long. And quite possibly its biggest limitation is that it can't be automated in any way.

However, there are lots of great ways to automatically generate PDF reports out of Airtable, but they require using external tools.

So the best way to automatically create PDF reports & PDF files with Airtable is to turn to an external document creation app.

Here are a few options:

1. One of the most popular PDF creation tools for Airtable is DocuMint. This can be automated natively or by using Make’s DocuMint automations.

2. Another popular tool is Docs Automator, which integrates with Google Docs.

3. However, you can choose ANY document creation app that you would like, and automate the PDF creation process by using Make. You can use good old fashioned Google Docs, Microsoft Word, Microsoft Excel, or even newer apps like Formstack Documents, PDF Monkey, DataBox, Tableau, or more.

Make supports over 1,600 apps natively, and it also supports all other apps that have a REST API by using its HTTP module.

 There is a small learning curve with Make, which is why I created this basic navigation video to help. I also provide the links to a few other Make training resources there as well.

p.s. If you have a budget for your project and you’d like to hire an expert Airtable consultant to help you with any of this, please feel free to contact me through my website: Airtable consulting — ScottWorld