UiPath version is: 2019.7.0 Community Edition
First build a datatable with only one column, then Add Data Row with a string constant :“49383333,4938274349382333,4938216249382550,4938602749385243,4938572849382441,49384767” to the datatable just built,
The issue is when i use Write Range activity within Excel Application Scope, the string constant in the excel doesn’t shows correctly, but scrambled,
then i tried to use Write Range activity within File / Workbook instead, which works well.
i think something maybe wrong with the write range activity, and the demo axml has been attached for detail illustration.
Test.xaml (7.9 KB)