I noticed the print PDF action. Nice feature, but I was wondering how Ik kan hide certain elements from the print selection. For example the Main Side Nav.
For example: I click on a invoice record that opens a modal with the styled Invoice. When I click Print, Only the Invoice content is printed and fits the size of the page (A4).
I had the same issue and I created a variable such as “print pdf mode” with value true, and based on this condition, I hide the unecessary elements.
In workflow when the user click on the print pdf button: