Hello,
I would like to ask for help with the following issue. I have created a report form that includes a signature field (Simulsoft - electronic signature). I would like to use this form within a workflow automation (WFA), but I am facing the following problem.
When I create a report via WFA, it is directly generated as a file (PDF). However, I would like the report preview (classic “print report”) to be displayed, where it is possible to sign the report using the mentioned electronic signature. This element also has a property called alreadysigned
, which is set to true
once the report is signed.
Is there any way to access this element via JavaScript? When the report is generated using WFA, it is stored in doo.workflow.runningData
, but it is already a PDF file by then.
Plainly: I would like WFA to display a report preview first, and only after I sign it (alreadysigned = true
), save the report and continue with the next steps.
I hope I have explained the problem clearly. Thank you in advance for any advice.