I need to find the “/” character in the range E:E and then type a formula into column H. I have not been able to find a suitable solution for this and would appreciate any help.
Check out the attached XAML file and sample XLSX. Let me know if that is what you need
DateFormats.xaml (9.7 KB)
Data.xlsx (8.7 KB)
This is the output I got where column B was supplied by the UiPath process:
Thanks!
The date in the “last login” column is fetched from the source and is either written as text or in the correct date format (yyyy-mm-dd HH:mm:ss).
Thanks for the confirmation! Did you try the XAML I sent?
It has been running for the past hour and it’s still not done, there are 97 rows in the one file and over 800 in the other. Need to find another solution
Try this version of the XAML please. I found an issue in the original one where the file gets saved for every row. That got fixed in this version:
DateFormats.xaml (9.7 KB)
Thanks!
The workflow ran much quicker now - thanks Argin
However the assign activity writes the formula as text in the adjacent row:
Please check the formatting of the entire column and try to set to “General” or Custom Date that has the format you need
Alternatively, you can directly put the correctly formatted date instead of just putting a formula. Here’s an updated XAML with that being done with RegEx:
DateFormats.xaml (10.2 KB)
thanks!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.