Hi guys!
I am facing the problem that I want pass a Date value to a workflow,and The value maybe today or today-1, what should I to do,when I used the “Triggers” to create a Trigger?
Hi,
Refer below post
might it helps you
Thanks
1 Like
Hi
Thanks for your help.
But It’s not the answer.
For example, the defalut input value is now.tostring,but some Triggers need the input value is now().adddays(-1).tostring. They used the same Processes.
I used two input values to covered my problem.
one input value has the default value “yyyy-mm-dd”,one input value has the default value “0”, and in the program used the Datatime.parseextract() to transfer the variables to my target variable.
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.