Now getting an error due to wrong input parameters, but working my way through it. Could you make the Demo Editor again available. It is private right now
Hi @mani2726 - Can this plugin be used as a action in backend workflow (to be called using schedule API workflow) to run in the backend? I see that the PDF is not getting generated if I try that. Also, if I try putting it in a reusable element, plugin throws as error as well. (saying something like first arg cannot be empty)
Can you please share if this is a supported scenario? If so, I can share the error screenshots for you to help debug.
May i know what type of error you are getting?
Yes, possible by using workflow but unable to return the generated file. so that, you need to pass the database thing along with the workflow and directly save the generated file with that passed thing.
When I try triggering a custom event workflow which generates the PDF, I get this error:
However, the backend API workflow seems to have started working since this morning. Could there have been any service outage issue yesterday, Can you check and confirm?
We found the issue why the backend API workflow based URL generation worked. It seems that even though the encryption is set to no, there should be some text as encrypt password (by default it is ‘bubble’). Once we added that back, we are able to see the PDFs getting generated through backend workflow. FYI.
PDF generation step in a custom event in Re-usable element is still an issue with the error I shared earlier.