How to define the value of third column in config file

In config file we define like, inconfig(“col name”).tostring
if the value is in third column , how to define?

@anjani_priya

Ideally only two columns are read by default from the config

If you need to get 3 red column values then read config file separately using read range and then filter the name column or first column or perform lookup on first column and get 3rd column value

Cheers

1 Like

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