Can i pass Vb Code though config File

Hi, I am using VB.Net code in my project. Currently, I am using an invoke code activity, and but I want to pass the code from my config file and static file path ,

Is it possible ?

@Techie_Talk_s

Then instead use invoke vbscript and store the script in a file

https://docs.uipath.com/activities/other/latest/user-guide/invoke-vb-script

Cheers

Hi @Techie_Talk_s

Hope you have created the Dict variable for the Config values!
if u get the Variable values then u can easily pass the values as “Arguments” in the invoke code activity

Thanks
VP

i am passing these two argument , Can i pass the same in vbscript as well ?

yes , but path intelligence not suggesting my io_Config variable

@Techie_Talk_s

Yes you can pass them there as well

Cheers