I want to use Workflow definition language in Action "Compose",
to use output from the action at multiple below actions/conditions
My scenario:
1. Trigger something.
2. Action "Compose" create "Current hour" by @{int(formatDateTime(addhours(utcnow(),9),'%H'))}
3. Actions/Conditions use "Current hour" that output from Step 2.
Can I use workflow definition language in Action "Compose" ?
or How can I do ?
Regards,
Yoshihiro Kawabata