Remove Watermark

To remove the watermark when generating a PDF, you need to import Typeflow to Airtable.

For that, there are many ways.

Classic implementation

  1. At the bottom of the configuration page, copy the link. It follows this structure: /flow/[number]?flow_id=[number]&table_id=[your_table_id]&record_id=&RECORD_ID()

  2. Go to your Airtable table.

  3. Create a button field; name it as you want

  4. Paste the URL

  5. Now, whenever you need to generate a PDF, you can click on the button for the selected record.

Airtable Automation

It lets you automate your flow entirely based on different criteria.

We will share the part with you when you import the script into Airtable Automation.

  1. Copy the script from Typeflow.

  2. Click on the tab Automation in Airtable.

  3. Go to your Airtable table.

  4. Click on Automation.

  5. Select run a script.

  6. Open the editor.

  7. Past the script in the editor.

  8. On the left bar, implement a new input variable.

  9. Name it record_id

  10. Put as value Airtable record Id

  11. And That's it! Be sure you have a trigger to run the script!

Airtable Extension

  1. Go to the base where you want to install the Typeflow Airtable Extension

  2. Click on Tools (right-side), select Extension and search for Typeflow

  3. Once installed, you will be asked to paste your API key.

  4. If you don't already have an account or an automation flow, please create one. Without doing that it's impossible to run the Typeflow Airtable Extension

  5. Create a flow by following this guide

  6. Once the flow is done, go to the bottom of your flow page, and select Airtable Extension

  7. Copy your API key from

  8. Go back to your Typeflow Airtable Extension

  9. Paste your API Key

  10. Now, you can choose the table of your choice. Automatically it will retrieve the flow linked the the table chosen.

  11. Pick the flow of your choice

  12. Select the record you want to generate PDFs with

  13. Click the button to generate PDFs in bulk

  14. Wait until your PDFs has been generated

If you need help, of course, feel free to reach out to me at k@typeflow.us.

Was this helpful?