But I want to write in this areas with in_reportTo and in_reportCC not manual. Can you please help me to solve this problem?
Edit: Guys I need 3 types of info from you. there are lots of message and it’s getting hard to follow.
1st: What should I choose as the type of in_reportTo argument in the workflow?
2nd: What should I write as “Value” for the key in_reportTo ?
3rd: what should I write “To” area in Send E-mail activity?
instead of passing it as array, pass it as string and try
make sure in config use ; as separator of emailid and pass that string in To section then try.
@ashokkarale in_reportTo argument type is System.String and you can see I’ve splitted Config value “Config(“reportTo”).ToString().Split(”;“c)” with that.
Remove the ending semi colon in any string you use in config…it should be present only between emails…if single email just give the email without semi colon
what do you have in in_Outputpath and how are you passing it and does it have a valid path or no?
Remove any spaces present before or after email in config