I have a Search Repository activity in Workflow and I am trying to use just the date portion of the BP Start Date as part of my filename. Here is a test of the Search Repository activity test with the date typed as I need it:
and here is the result:
This is the setting I used in the Token Dialog:
This is what the BP Start Date looks like:
Here is what I used as data for another Test of the Search Repository:
and here is the result of the second test:
As you can see from the screenshots the Token Dialog Test Value clearly shows the time is removed utilizing the #"d"# format setting. I don't get why the second test returns a 0 result. From what I can tell the #"d"# formatting should remove the time from the BP Start Date and only utilize the "3/6/2019" part of the datetime. Anyone come across this?