I try to rename a pdf file using the name , the surname and the birth date.
For that I use the move file activity.
Ienmatches(0).Value represents the name
Ienmatches2(0).Value represents the surname
DateTime.Parse(ienmatches5(0).value).tostring(“MM.dd.yyyy”) represents the date of birth
it works for the 1st rename :
but not for the 2nd
Do you know why??
Thanks in advance for your help.
Rgds,
Maic