Problem with outlook subject

Hi ,

I ve got send several emails to my customers with Outlook , for it ,

I need to include in the subject of the mail a variable called objet_mail
which contains two others variables :

DEV_NUM_FACT_SD and DEV_NUM

But when the mails are sended, the subject not appears , could you help me ,

Thanks

first analysis step could be a debuging along with the debugging panels to check where it is lost
Understanding the 6 Debugging Panels of UiPath in the easiest way possible! - News / Tutorials - UiPath Community Forum

also we would recommend to check the variables on scope and on duplicated definitions

feel free to share with us also a screenshot of the send mail part

@frederic-f.bonnet

Can you check the value you are getting in the variables?
You can use write line activity to see the value you are passing

Hope this may help you

Thanks,
Srini

Hi

Hope the below steps would help you find the reason why subject is not having value

  1. Put a breakpoint on a that assign activity
    For that right click and add a breakpoint

  2. Next Run in debug mode so that bot will excite till that breakpoint and once it has reached you can check the value of those two variables in Local panels

  3. If value is found for those variables in local panel then fine
    If not then we need validate with the two assign activities where we get the value for those two variables

I could see u have used for each row activity and getting value from a specific columns
Check whether the column is mentioned rightly and u have value in those columns as well

Cheers @frederic-f.bonnet

1 Like

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