Hi,
Within a Rule Workflow I have the Set Value node setting the violation Expiry Date and the Rule Remediator.
For the date, I currently set a static value as per below:
However, I'd like to add a dynamic value so that this date is always +90 days from 'today'. Is it possible to a dynamic value in the Value field and if so, what is the format?
I assume this dynamic date value would have to be calculated as a node within the workflow?
Thanks in advance,
Clive
You can use SQL Select node as well to set a variable.
use vExpDate in further nodes... just right-click inside other nodes and above variable will appear.