Assign values to each row in datatable

Hi,
I have list of Jobs IDs from data scraping.
I want to assign each job id for each employees (3 people).

Example.
Task number. Employee

  1. A
  2. B
  3. C
  4. A
  5. B
  6. C
  7. A

also how to add the employee column in the exiating datatable.

I am planning to use enumberable.range but dont how.

Thanks for the help

Hello @asamazald3,

Welcome to UiPath Community !

We have a whole range of activities for datatable operation inbuilt into UiPath. In your case you can use the following:

  1. Add Data Column : To add new Data Column
  2. To assign the Employee to the said task loop through the DataTable using ‘For Each Row’ Activity and inside the loop based on the required condition apply the Employee to Task by using Assign activity.

Hope that helps ! Kudos :slight_smile:

Regards,
Nithin

1 Like

Thank you

1 Like

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