In several of my reports I am generating a diagrams of the infrastructure. The situation I have is that when exporting the reports I would like them to be saved in the same directory where the 'OutputFolderPath' variable is set. Currently this variable is of scope script and I can't access its content from the context of the reports.
I would like to propose that the variable 'OutputFolderPath' be set to Global so that I can use the variable from my reports.
Additional Context
Saved 'AsBuiltReport.Veeam.VBR.png' diagram to 'C:\Users\jocolon\'. <+++ Saved to current local path
Veeam VBR As Built Report 'Veeam Backup & Replication As Built Report' has been saved to 'C:\Users\jocolon\AsBuiltReport\'. <+++ Saved to OutputFolderPath
Description
In several of my reports I am generating a diagrams of the infrastructure. The situation I have is that when exporting the reports I would like them to be saved in the same directory where the 'OutputFolderPath' variable is set. Currently this variable is of scope script and I can't access its content from the context of the reports.
I would like to propose that the variable 'OutputFolderPath' be set to Global so that I can use the variable from my reports.
Additional Context
Before submitting