#'System.Activities.InArgument`1[System.Double]' to type 'System.Activities.InArgument`1[System.String]'.
I've attached an Error Message that I get when trying to save my Workflow.
Does anyone else have this error?
#'System.Activities.InArgument`1[System.Double]' to type 'System.Activities.InArgument`1[System.String]'.
I've attached an Error Message that I get when trying to save my Workflow.
Does anyone else have this error?
Best answer by TomaszPoszytek
It's rather straightforward
Somewhere you're trying to convert double into string, but your workflow is expecting string value. Put some "log to history" actions in your workflow so that you will know where it crashes and which variables need to get fixed ![]()
Regards,
Tomasz
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.