I have a send email activity and while in running mode how I can I pass the from email adress which I forgot to pass.
Hi @dpaktr
If you are debugging the program then place a breakpoint at that activity and you can pass the From address in the local panel.
If you are running program it’s not possible to pass the From address it will throw error immediately.
Hope it helps!!
The program doesn’t gets executed and also shows an error as compilation error and also the error shown below will be at the a activity.
Regards
Pass the From address By using variables or arguments without hardcoding, if you forget to pass the address then it will raise an error