September 3, 20196 yr Hello Friend, How to bypass the empty parameter popup while sending the email. Edited September 3, 20196 yr by samarthmkt cancel picture
September 4, 20196 yr Hello, If you are calling the function as a calculation, you can suppress error dialogs by using the EmailSetErrorCapture function and passing in a parameter of True. Make sure you do not put the parameter in quotes as doing so will make it different data type and the plugin will ignore it. This will not work if you are calling the function as a script step. In that case, you will need to use the native script step Set Error Capture On/Off .
Create an account or sign in to comment