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
- A
- B
- C
- A
- B
- C
- 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