- an Web browser URL has an data in this format ex : 2-13, 4-6 and using Data Scraping building an Data Table.
- the Write line for the Data table output (Scrapped Data) shows the output (in UiPath) in same format 2-13, 4-6 as in URL.
- But, when writing the Data table output in to an excel sheet using Write Range, it is getting converted into Date format as 02/13/2019 , 04/06/2019.
How to avoid converting into Data Format?
Please advise.
NOTE : I have tried in RPA Dev Rookies and not able to get a solution.
Thanks