hello.
i have a transaction that is writing the final result to a file. instead of having a static file name, i'd like a dynamic filename including the current username and timestamp. do i have to pass these values to the transaction or can I simply determine them somehow during the transaction and assign them to the path object of the write_file action block?
please note i am running Lighthammer and NOT xMII.