Hi Team,
I have an analytical app that generate PDF report month wise depending on the user selection. We have a requirement that if user select April month then the result should append the April month output with previous month output i.e. March.
I'm using render tool to generate pdf report but every time I run the workflow then It is overwriting the previous month output but I want to append the new output with previous month output in PDF.
Is there any way to achieve this? Should we need to use python code for this if yes then how to implement that?