How to set Input parameter value dynamically?

I have a scenario were i need to have the email content as a value with input parameter.

For Example:

value: [ Dear ${vendorService.getApprover_email()}

Kindly approve the the leave request

Regards,
Sundar ]

The above one uses a delegate expression fill the name of the person to be addressed. But it was not possible. But when I used something like the below if worked.

Example:

value: ${vendorService.getContent()}

Any help would be appreciated!

Thanks
Sundar

Hi Sundar,

I think the best way to do that is to set the parameter type to Script, set the Script Format to juel and paste your value into the Script field.

Cheers,
Thorben