Dynamically append fileURL before upload so it doesn't overwrite

Thanks - I wasn’t able to figure out how to make the “File Name Logic” handler work in conjunction with the file upload button, however found a work around based on these two older posts.

- Rename File Before Upload
- Make File Name Unique

Essentially, created a new variable for the file name and added the current time to it to make it unique!