I am a newbie in UiPath Studio and am currently trying to achieve the objectives below:-
Read excel cell values, create a draft email and input the cell values into the Outlook draft email.
For example,
cell D5 contains the excel formula =SUM(B5:J8) → UiPath: read cell value A5 as string → output into Outlook mail draft with today’s date (yyyy:mm:dd)
I have declared the output as a variable of each read cell as string.
I have managed to use Read Cell and Use Desktop Outlook to create the end result draft mail but I do not know how to call the string and input the value into the draft mail.
Are the minus and plus variables you added there? And can you run in debug and keep a break point on send …and check the locals panel if those variables have the correct data