I am using Pythonscope in getting a desired list, this list I have to write it in a excel file, may I know how can I convert the list of strings into datatable variables?
There is an error in conversion, how do I convert list into datatable, should I use assign activity or what is the process to covert ?
Hi @hemant_6,
It is better to write each item(using for each activity) from list to Data Table(using write cell activity).
I hope it helps you
Best Regards,
Likith Rajesh.
But as this is not returning something, it cant be used by an assign activity
Using an Invoke Method maybe could work. Unfortnately I failled on the first try and then I stopped RnD.
I found a silly trick to do this and added on exsting rows new rows. For validation reasons I included Stringlist index as well
@hemant_6 sorry for taking away your post for this challenge. Never use my RnD and go for a for each activity. Please mark one of the guys above with the solution flag. So others can benefit from this. Thanks