Can I get a result from the standard 'Send Email' action?

I am sending an email using the standard ‘Send Email’ Action. This is from a skuid page embedded within a lightning component.

I would like to continue with more actions, ONLY if the email was successfully sent.

Is there a way to validate whether the Send Email action has succeeded or not?

Greg,

This post applies to invocable actions.  I am not sure if the Send Email Action is an ‘invocable action’, but there is a ‘merge’ variable you can try to see if it works:

{{$PreviousAction.result.OUTPUT_VARIABLE_NAME}}

https://community.skuid.com/t/capture-apex-action-invocable-response

Thanks,

Bill

Cheers Bill, I couldn’t seem to get anything to work there, and I’m not even sure if the ‘Send Email’ action returns a response of any sort. For now we have gone with cc’ing the current user so that they know the email has been sent. Not an ideal solution but it will work for now.

Thanks.