-
DescriptionFirstly, I wanted to mention that I found this related discussion: #5310 In that discussion, it sounded like the recommended approach (until Unfortunately, when I tried to do that I get: My code:
Am I approaching this wrong? Is it possible to pass render-time parameters to a Confluence-bound .qmd?
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Thanks for sharing. This is indeed a limitation of the workflow. I'll open an issue to track the idea for improvement |
Beta Was this translation helpful? Give feedback.
-
What would be a good workaround until this is fixed? I'm considering just rendering a bunch of parameterised reports to .html with different parameters then uploading these html as attachment to confluence pages. |
Beta Was this translation helpful? Give feedback.
Thanks for sharing. This is indeed a limitation of the workflow.
quarto publish
does not take render parameters, and to publish to confluence, this is using a special internal format used when doingquarto publish
.I'll open an issue to track the idea for improvement