How to pass value from Config to Outlook Mail Actiity?

Hello All,

I have created a workflow on Outlook Automation for sending mail by passing Value from Config File. But I’m facing Validation Error as mentioned below:

Please help me out with this.
Thank You in Advance :slight_smile:

Hi @Vaishnav_Tej

Try with the double quotes

ConfigFile("To_Recepient").Tostring

ConfigFile("Subject_Message").Tostring

ConfigFile("Body_Message").Tostring

Regards
Gokul

Hi ,
Thank you. Issue Resolved. :smile:

Great,

Kindly mark the post as solved @Vaishnav_Tej

Regards
Gokul

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.