Hi!
I have a cell that I want to split into different strings
E.g. “Monday I am” to get “Monday” “I” “am”
How do i do this?
I have done this
But I keep getting
Thanks!
Hi!
I have a cell that I want to split into different strings
E.g. “Monday I am” to get “Monday” “I” “am”
How do i do this?
I have done this
But I keep getting
Thanks!
Hi @avene,
Split string activity can be used.
Hi!
Thanks for your reply… but is there any way i can obtain this package? I can’t seem to find it in my version!
Click on Manage packages in the activities panel.
There you can find all the available packages.
Check in Update once.
There’s nothing there too
The package name is Microsoft.Activities.Extensions.
But it should also work with the String.Split method as you tried, probably the variable row1 is not initialized, as the error says. Can you show us more of your workflow?
Actually, the SplitString activity is part of the Workflow Manager Activities package: Workflow Manager 1.0 Data Type Support and Expressions Activities | Microsoft Learn.