Hi,
I want to create collection from Excel, but in unformatted text.
I have some data in Excel, but I want it to be exported in Collection in unformatted text format.
Is it possible? Code Stage?
Thanks & Regards
Karan Juneja
Isn't that what the various Get Worksheet as Collection actions do? It imports excel data into a collection where all elements are text?
If that is the solution then you should revisit the example of doing that in the Foundation Training. If what you need to do is more complex than that in some way then yes, you would need to create your own code stage action (do not amend the official VBO - create your own copy of it as your basis for new actions).