I’m currently storing the DateTime value in a variable of type DateTime, and then passing it as an argument to Invoke Work Flow.
However, as a result of checking the operation, the DateTime value is set to the initial value after it is passed to the Invoke Work Flow.
So, if anyone knows what I need to do to pass the DateTime value in the Invoke Work Flow, please let me know.
Thank you very much.
Passing an arument into a workflow is the same for any data type.
In your receiving workflow:
And in invoking that workflow pass any date time value or variable as input:
Where in this example the systemdate/time is passed, but it can be any valid argument that results a system.dateTime value.
I tried your case, and was able to pass DateTime successfully.
So I think there is something wrong with the process I am using, so I will check it out.
Thank you for your advice.
system
(system)
Closed
December 8, 2021, 3:44am
4
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.