In this excel sheet I need to get B2 cell value and copy in the outlook mail body. (In B2 cell value will be changed depending on the total values. The value position not change).
Refer the attached excel sheet. sample.xlsx (7.8 KB)
Hi @Udesheyy
You can use de Read Cell Activity, but make sure the variable where you store the read value es of type Double. Then you can use it as you need.
@Udesheyy
There’s no need to use an assign activity, the output property from the activity itself does the assign.
Then you can convert it into string, just like B2Value.ToString. See the XAML attached.