Create Folder: Allow to add random ID

Hi,

compared to the Create Temp Folder node the Create Folder Node does not offer the feature to add a random / unique ID:


Especially for combination with loops and parallel execution but also for feature parity, I’d like to propose adding the option to add a unique / random ID top the Create Folder node.

Best
Mike

@mwiegand in the meantime you could explore this example on how to create a unique folder (name) with a unique ID and a current timestamp. For all practical purposes this should be sufficient.

2 Likes

Thanks for the suggestion. I already adapted my workflow discarding the randomness entirely. The primary purpose of leveraging the random string was to prevent unintentional cross talk / overwrites between parallel loops … better be save than sorry :wink:

1 Like