- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Cool thanks! In case anyone else has a similar question the format of the JS that worked to get my workflow name as my file name was this.
vars.fileName=instance.label + "_" + formatDate(new Date(),"%4Y%2M%2D") + ".txt";