Extract full address into Array of string

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

Hi @MaheshShelke

If you wan’t to extract only address you need this String Manipulation

cheers :smiley:
Happy learning :smiley:

2 Likes