Error in Outlook opening

Hi Team ,

I have facing the problem during opening the outlook .

I am unable to open the outlook .

Please help me out .

You mentioned the folder path incorrect.
If your outlook folder “APM” in “inbox” folder -

Please enter MailFolder as “inbox\APM”

1 Like

Thank you for your response Team .

Please help me for above issue .
“Insert into FundTransaction (Fundname,RequestFrom,Request Status) values(”+“'”+strFundname+“'”+“,”+“'”+EmailFrom+“'”+“,”+“”+“‘Received’”+“'”+“);”

Regards
Ashutosh

1 Like

Your sql command is incorrect. Please try the following sql command -

"INSERT INTO FundTransaction (FundName, RequestFrom, RequestStatus) VALUES ('" + strFundName + "', '" + EmailFrom + "', 'Received');"

If that works, please mark the post as solution. Thank you.

Regards,
Karthik Byggari

Hi @Asutosh_Mishra
Welcome to uipath community
Fine buddy
the query should be like this
“Insert into FundTransaction (Fundname,RequestFrom,Request Status) values(@strFundname,@EmailFrom,@Received);"

this would work for sure
kindly try this and let know buddy
Cheers @Asutosh_Mishra

Hi Team ,

Thanks for the response .

The above one is working now , but still unable to insert the records into db .

In debug the connection is showing null and query is also showing null.

Thanks
Ashutosh

Attaching the screen for above issue

1 Like