Closed LucBerge closed 1 month ago
I can reproduce this issue
Might be related to https://github.com/PipedreamHQ/pipedream/issues/14141. Though I'll add to component backlog for component dev to check
@vunguyenhung You need to remove the curly braces in the action. {{test}}:value1
-> test:value1
Might be related to https://github.com/PipedreamHQ/pipedream/issues/14141.
Not entirely sure because the error is in the export method in google-docs-mustaches
package while the upload action in pipedream uses the create
method.
@vunguyenhung and @LucBerge I couldn't reproduce this issue. This is the evidence I recorded just in case
https://github.com/user-attachments/assets/fb5bf504-73ee-470a-bee7-3c7f77f3b192
However I can see this block might be a potential issue in the library because it doesn't have an error handler inside the if
block.
Can you please send a screenshot of the file you were using as the template, thanks in advance!
Also can you please if possible use this PR to test again since I've added a couple of console.logs to see we can catch those errors somehow.
Hi @LucBerge, could you help sharing the information requested by @jcortes?
Hello, I saw there is a component update. I did it and it successfully worked. Looks like the last two commits from @andrewjschuang fixed this issue...
@vunguyenhung Ok can you please close this issue since it has to do with this comment by @andrewjschuang
Thanks for the clarification @jcortes @LucBerge. Closing this now.
Describe the bug I am not able to generate pdf file from google doc template using the
Create file from template
action.To Reproduce Steps to reproduce the behavior:
Google drive - Create file from template
actionmode
field, select thepdf
optionExpected behavior Pdf file created at the expected location.
Current behavior
Additional context
0.1.5
google-docs-mustaches
package