- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi @DheerajGarg ,
You are not getting name while executing delivery is because "Advanced Tab runs before delivery is executed". This is the reason no value is populated.
If you need the 'deliveryName' for query, then use query activity after delivery. In the Advanced tab of Query activity write
logInfo("delId: "+ vars.deliveryId);
Save this in an instance variable and use the same variable in your Query activity.
PFB Workflow design for your reference:
Thanks,
Jyoti