I have a job for which I need to add extra page in some records based on a condition.I am passing a flag ,if the flag is true then extra page with particular context should be there .
How can I handle this?
Is there any other way to do this in workflow?
Hello @djinkal,
Can you let us know please whether you are bypassing the content creation step or not? If not, then you can also achieve this by adding a new print section (with only one page) to your template and enable or disable this section depending on the condition set. See Conditional Print sections - OL Connect 2025.1 Help for more information.
Hello @Marten , thank you for answering. we have followed this solution only.