I made a starting form(A) which to be submitted, and second form(B) to be saved as PDF in repository.
Some field values in A are included in Custom HTML in B.
When I use Service Task - Save to Repository in Process Modeler to save B as PDF, the field values in Custom HTML are not showing on PDF.
I found that if I add user task to approve the form B before the service task, it works(custom html shows field values and save as PDF with them). However, we don't want to put the approval process.
What should I do to make it work?