Avatar

Community Advisor

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.

Jyoti_Y_0-1631602590476.pngJyoti_Y_1-1631602607471.png

PFB Workflow design for your reference:

Jyoti_Y_2-1631602638682.png

Thanks,

Jyoti