Bubble.io Plugin
Last updated
Last updated
You can integrate Documentero with Bubble.io to generate Word or PDF documents in your apps.
Integration page:
Youtube Tutorial:
Youtube Tutorial#2 (Data Lists > Sections):
Bubble Integration FAQ:
Q: Sometimes values are not passed correctly, or there is an error during document generation. Why?
A: Ensure that you are passing valid JSON data. When mapping properties, use the :formatted as JSON-safe
option in Bubble to guarantee proper formatting.
Q: I'm passing an image URL from Bubble, but it doesn't appear in the output document. What's wrong?
A: Bubble often provides URLs without the https://
or http://
prefix, which makes them invalid from Documentero’s perspective. When mapping image URL properties, make sure to prepend the correct protocol (e.g., https://
) to form a valid URL.
Q: How do I insert an array of table data from Bubble.io as repeating sections in the document template? A: Define a section in your document template and pass the table data as an array of objects in your JSON. Each object will be rendered as a row within the section.