While I'm trying to print the whole array value with help of a message box it's showing an empty message only

Hi @Kumar_Sahu_Sameer

You input is in Array(String),

So you need to process like str_Array(0) it will get the first occurrence.

If you need all the value String.join(" ",str_Array)

Regards
Gokul

1 Like