Source email not visible in activity stream when the record is created by flow triggerIssue User triggers a flow using an inbound email which creates a service request. However the Service Request is not displaying the inbound email in the activity stream which is the source of this record.ReleaseAll releasesCauseFlows triggered by inbound emails creating the Service Request will not update this SR as a target to the sys_email record by default. Since the sys_email record doesn't have a target, this email will not be visible in the activity stream of the Service Request.ResolutionIn order to view the email in the Service Request, we will need to update the Service Request as the target record of the sys_email. This can be done using an OOB action "Associate record to email" and can be added to the bottom of the same flow. As soon as the record is created from the flow this action will be responsible for updating the record on the sys_email record. Please find an example below.