Part of one of the scenarios that I'm putting together requires me to create a unique name for a file. Ideally, it would be test_workflow1, test_workflow2, etc. with the number on the end ascending. My question is: Is it possible to put in a coded step something that could possibly know to increment the name of the file? and if it is possible how would I go about doing so? Also, would it be better to simply add a random number to the end of the file name?
Thanks
M