I have build data table like below
the run mode values comes from the Assets, I need add those values into data table by searching the application name.
Thanks in advance.
I have build data table like below
the run mode values comes from the Assets, I need add those values into data table by searching the application name.
Thanks in advance.
can you provide in which way you will the values form the asset
how you need to check
if the run mode as UiPath for which row we need to add
assume I have config like config(“Twitter”).ToString = on
So I need add “on” value to Twitter.
variable = CurrentRow("Column1").ToString
CurrentRow("Column2") = Config(variable).ToString
Please check the below attached screenshot
Regards
use lookup datatable…get the row index
use assign with dt.rows(retreivedindex)(1) = in_Config("Requiredkey").ToString
cheers
AssetValue=CurrentRow(“Runmode”).ToString
Please check the config file whether it contains all the values for this data
Regards
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.