How to assgin string variable to Datatable variabl

I have extracted PDF text and saved in string variable now I want to write the the data into an excel sheet. I am using write range activity but i can give the file path but coming to the datatable m nt able tp use the string variable here as it shud be in datatable variable. can some one please help me in this.?

@sambana_karunakar
Use Build DataTable Activity
By using string Manipulation you can get the values and add it into DataTable.
At last use writeRange to write in Excel sheet.

Regards,
Mahesh

1 Like