Hi there, can you help me with how to convert the datatable column to array type.
i have a datatable with 30+ columns and 5000 rows. I have a column named “TAX ID” which used in a macro. I need to pass Array of string.
I can not use For each activity because it consume more time. (also the rows keep extending day by day)
can you please help me on how we can achieve this without for each?