Dynamically give Email ID in EmailAccount.

I am Using OOTB SendSimpleEmail activity which actually takes the CorrName as a parameter and launches in the email body .

I am Providing EmailAccount details which I created from Integration>Resouces>EmailAccount to Param.EmailAccount parameter to pass in Above Activity to give the from value.

My question is Can I give the Dynamic Email address in EmailAccount ?

I am unable to give the dynamic account , for that i am creating a separate email account and providing the email address there?

@Abhishek Tripathi you may try app settings which are supported on Email account ruleform.

@Abhishek Tripathi

Email Account supports Global Resource Settings syntax as shown here: =D_. or =PageName.PropertyName

Thanks for the response.

To avoid referencing we have replaced sendsimpleemail to sendemailnotification where we can pass the required value as a parameter. and that solves our purpose.