Hi @karaulal,

Thanks for following up and providing more detail.

Based on what you’ve shared, it seems the issue isn’t with the plugin itself but with how the configuration object is being passed and accumulated across your nested workflow.

As mentioned earlier, we don’t currently have a documented use case for generating multi-page PDFs using nested workflows with the PDF Conjurer plugin. That said, your approach is technically feasible — but it depends heavily on how the configuration object is handled.

The Conjure PDF action expects a single, accumulated configuration object. If your nested API workflow returns a list of configuration chunks (as suggested by your screenshots), the final step won’t work.

Recommended Flow

  1. Initialize PDF Document → creates base config.
  2. Schedule API Workflow on a List → pass the base config into the child workflow.
  3. Conjure PDF → use the final, single config returned from the child workflow.

Child API Workflow (build-drill-pages):

  • Start with the incoming config.
  • For each item:
    • Add Image
    • Add Text (chained from the previous)
    • Update the config sequentially.
  • Return one final config object with all additions applied.

Alternative Option

If the nested setup becomes too complex, using repeating structures in the main workflow can simplify this — they allow you to iterate over dynamic content while maintaining proper configuration chaining.

Looking forward to your reply. :pray:

Best,
Support Team
Browse all Zeroqode Plugins for Bubble
Banner_Last3