I want to extract address details from a particular web page and put it into an array and then pass the same as an out argument to another workflow. Cna any one help me on this?
Hello @MaheshShelke
You can use split method to split address with some delimited.its return array of string.
Thanks
3 Likes
If you wan’t to extract only address you need this String Manipulation
cheers
Happy learning
2 Likes