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
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
Try with the double quotes
ConfigFile("To_Recepient").Tostring
ConfigFile("Subject_Message").Tostring
ConfigFile("Body_Message").Tostring
Regards
Gokul
Hi ,
Thank you. Issue Resolved.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.