Type into activity using 2 Excel columns

I need to get 2 values from 2 columns in Excel using a test string.
I have this one working, but it’s only for the first column;
CurrentRow.item(“Columnname1”).ToString
I cannot find the proper syntax to add more than 1

Hi @Stegman,

If I understood correctly, this will work it out. Can you try?

CurrentRow.item(“Columnname1”).ToString + " " + CurrentRow.item(“Columnname2”).ToString

Regards.

Please give your input excel file and sample ouput here.
So that we will get more clear picture.

Regards

Sreejith S S

Thnx Omer, that i did not think of…
I tried separating with ; () etc :slight_smile:
Much appreciated :ok_hand:

I’m glad to hear it @Stegman,

Have a nice learning :slight_smile:

Regards

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