cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic file name

Former Member
0 Kudos

Hi all,

is it possible to create a file, using the Write action, with a file name created at runtime?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Mauro,

Its very well possible.. and in very simple way.

Use Create file Action block in CREATE mode and in link editor give the path as

"db://<ProjectName>/WEB/<path>/"&Local.FileName,

Where Local.FileName could be changed at runtime.

Hope this helps

Rupesh

Answers (0)