Having an issue with a token that is formatted to date and iterated with a For Each.
The problem seems to be happening on the Create Entry activity. We are creating a folder by last, first, dob under a specific spot.
However it seems to create two folders and not just one. One folder is the formatted date, the other is the standard date.
In our create entry we have the following:
%(QueryData_ppllastname#[%(ForEachValue_Iteration)]#), %(QueryData_pplfirstname#[%(ForEachValue_Iteration)]#), %(QueryData_ppldob#[%(ForEachValue_Iteration)]##"MM//d//yyyy"#), %(QueryData_peopleid#[%(ForEachValue_Iteration)]#)
However, if we remove the date format in the ppldob so it is just %(QueryData_ppldob#[%(ForEachValue_Iteration)]#), then it works fine and only creates one folder.
Workflow shot:
Tokens show that it only went through one loop (which it should as I only entered one person).
Any ideas as to what the issue may be?
Thanks,
Chris