I am working on a project where users can select specific chapters to create a custom document. These selected chapters are stored as DOCX files (via URLs) inside the Chapters field, which is part of the Document data type. Here’s how the process works:
I need help on how to merge these DOCX files into one single document. Here’s what I have so far:
- I’m using a Repeating Group to display the chapters and let users select which chapters they want to include in the final document.
- The selected chapter URLs are saved in a custom state (Selected URLs).
- I need to merge these selected DOCX files into one unique document.
My Questions:
- Does anyone know how I can merge these DOCX files dynamically in Bubble?
- Should I use an external API service like Cloudmersive for this? If so, how do I pass the dynamic URLs to Cloudmersive?
- Are there any plugins or workflows I can use to help with this?
Any help or guidance on how to achieve this would be greatly appreciated!
Thank you in advance!