Dates.xaml (5.8 KB)
Hi all,
I’m trying to get the last 8 characters out of a string, but I did not manage…
Can you please have a look what I’m doing wrong.
I’m first splitting the string at the “.” and then I want the last 8 characters of the index(0).
So from “XXXXXXXXXXXXXXXX_20180826.zip” i want to retrieve 20180826 (and if possible transform it to date format). Unfortunately I get the following error: Assign: Object reference not set to an instance of an object.
Thanks!