pySendEmailWithAttachments returns “Tool execution did not return any result” in GenAI Agent

Yeah, I have received the email, but have to make few changes for that also. In the tool configuration, the From account itself is not passed as a parameter, so, we cannot give it in our prompt.

In the automation activity, when this parameter is not received, it is setting the value to “Default”.

So, it is considering the Default email account which is generally inactive and cannot send emails.

Two options to make it work.

  1. Save as the tool and create new one. Pass your email account name as parameter there. (For real applications)
  2. Private edit this activity and change the value to desired value in step 2. (Just for POC)

Regards,
Sai Nuthalapati.