Helppp how to convert match activity variable to string?

Hellooo anyone knows how to convert match activity to string variable? I tried using return match.ToString at the VB expression but there was an error…
And also after I saved my matched activity to a variable how do I copy paste to Excel? Do I use copy selected text and link it to the match activity variable and then type into activity(which only allow strings) for the excel part?
THANKYOU! :slight_smile:

1 Like

get matches activity like outMatches
if you want to see those values you can use Message Box and pass variable like this outMatches(0).ToString

Cheers
@star_r

2 Likes