How to Read Column using GSheet

Hi All,

I got error to assign result of Read Column using GSheet. Can you give example about that ?
Thank you

Hi @asta_clover,

Provide more details to understand your area of exception.

Provide activity you are using or maybe screenshots.


hi @Ragu9060 that is my problem, the data type of read column.
What is the right variable type, currently I use variable type : IEnumerable

@asta_clover, issue is with your variable.

Looks like data_column variable that you created is an array and the output of read column activity returns a different type of data type.

Try create a variable from Output text box using Control + K, then automatically variable with expected data type will be created in variables panel.

Bingo!!
Thank you @Ragu9060

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