while trying to put the arrayname(0) to the firstname variable using writeline to make the debugging it shows this message
Hi @1111154 ,
please provide the what u have given in the write line
in writeline activity you can print only string value.
If you are going to assign the value to variable pls use Assign activity
Regards,
Arivu
so how to do this?
surround it
(Firstname = NameArray(0)).toString for the check
String.Format(“Firstname = {0}”, NameArray(0)) for the output
1 Like
use below code
"First Name ="+ nameArray(0).Tostring()
Regards,
Arivu
1 Like
thanks
thanks it works now
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.