klincecum
(Kevin Lincecum)
March 6, 2023, 7:17pm
14
Start here:
Data Directives work on a single record at a time.
You should set the value of callContextBpmData.Number01 prior to enabling the Std DD.
I think the InTran DD would flow like:
Set callContextBpmData.Number01 to the value you want to pass to the Std DD
Call the Enable Standard Directive widget.
Then in the Std DD
Condition block to see if it was called from the InTran DD
Build your email, using the DD’s table for the new value and the callContextBpmData.Number01 as the prior value
Pay particular attention to the posts by @Rich
But the rest are essential as well.
The gist I got from it is do your work in the in trans data directive,
and pass it to the standard through the call context data or some other means
and do your final work/post there.