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