How to write into "type into" array

I have the following array:

image

And I want to write the 1st place, how do I write it?

image

Hi,

Can you try the following expression?

SMSNumberArray(0).ToString()

Regards,

1 Like

@mironb

You can try this query in Type Into acitivity

SMSNumberArray(0).ToString

Regards

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.