1.2k questions

1.4k answers

361 comments

339 users

Categories

Sidebar
0 votes
775 views
by brandon-w-8204 (34.1k points)
I want my destination node to uniquely name the files it outputs.

2 Answers

0 votes
 
Best answer
You can name them unique by using the the node tag {UUID}.

Example: Desination Node C:\HL7\OUT\{UUID}.HL7 would put a unique file in the C:\HL7\OUT directory
by brandon-w-8204 (34.1k points)
...