Include output file name as global built in variable
When we need to get data from say GP(source) and generate as say XML files (destination) as output and output file name should append date and time
Now, we want to include that destination file name as one of the tag in XML file, something as below: (the file name should have date and time appended)
<FileName>SOP_Export_11182015_1008</FileName>
But we don’t see option to dynamically change the destination file name or I couldn’t find any built in variables which tells me what will be the file name going to be.
instead of writing lot of scripts to make this possiblem it would be nice if we have global variable which tells what will be the destination file name.