Send email step in flow designer does not work with any users who are not adminDescriptionSend email step in flow designer does not work with any users who are not adminSteps to Reproduce 1. Launch flow designer2. Create a flow with "inbound email" trigger, and action "send email"3. In send email action, drag pill "Trigger->User Record-> Email" to "To" field4. Fill in Subject field5. Send an email to the instance to trigger the flow, make sure the From address is associated with an existing user of the instance who is not an admin.6. open Execution, you should see error message "Access denied to create new email"WorkaroundIf it is desired to use the SendEmail action in a flow with RunAs set to 'session user', create a subflow with a RunAs setting of 'System' and add the SendEmail action step to the subflow. This subflow can then be used in the flow to achieve the desired result.Related Problem: PRB1344152