Quantcast
Channel: UiPath Community Forum - Topics tagged error
Viewing all articles
Browse latest Browse all 4384

How to update a value in a new column of a data table

$
0
0

Hi,

Here is the scenario that I am working on:

  1. Read workbook having URLs in a data table. Add additional columns to data table
  2. In a For Each row, iterate through each URL and Open a Chrome Browser and paste the URL
  3. Click on Enter. Then select the extended URL from Chrome browser and copy it to a clipboard and into a variable.
  4. Now, I want to update the datatable with the value in the variable to the newly created column in the data table. I am also using a counter variable to update the counter each time new URL is iterated through.

Step 4 is not happening. Below is the code that I am using to do that:

dtOutput.Rows(counter).Item(" Full URL") = strCopied

strCopied = has the value from the Clipboard
Full URL = newly added column in data table

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 4384

Trending Articles