Good afternoon,
I'm trying to find a way to split a value from a token into individual values in order to create a folder structure.
Let's say that I have a value of "folder1/folder2/folder3/folder4".
What I'm looking for is to split the value by the "/" so that I can create a folder4 inside folder3, folder3 inside folder2 and folder2 inside folder1.
Another option that I thought could work was to use some type of regex to replace the forward slash with the back slash and then just use it as path directly in a "Create Entry" Activity. I haven't found a way to do this yet either.
Any ideas?
Thank you,
Raul Gonzalez