Hi
I want my workflow to pick a date based on the relevant Events in a Calendar list. I can lookup an Event (meeting start ) date based on a user selected category in my form. I do however, want to go one step further by ensuring the lookup can only select an Events in the future for the given category.
When I try to add my filter on Start Date using Current Item: Modified I seem get bizarre string conversion errors at runtime such as
String not recognized as a valid DateTime
Note if want to use Modified in DateTime format I simply get a runtime error. Sigh ;-(