Config file reading in OpenRPA

Hi Team,

I want to read a config file.xlsx as Key value pair how to do it Please Help!!

Use the read Excel Activity and then assign the Values to your keys by using something like:

dt_settings.Tables(0).Select(“name = ‘settingsKEY’”).First()(“settingsVALUE”).ToString

Greetings Marvin

1 Like

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