"Show email details" button doesn't behave as expected when multiple activity streams exist on a formDescription Clicking the "Show email details" button causes unexpected behavior if multiple activity streams exist on the same form. Instead of the iframe being pointed at a page containing the content of the email, the iframe is pointed at a URL that doesn't exist on the instance. For example:https://helsinkipatch6.service-now.com/%7B%7B::emailBodySrc%7D%7DBehavior across instances in dealing with a URL like this varies. Some instances will show a "Page not found" error. Other instances will accept the URL and load /navpage.do in the iframe, which then redirects the page you're on back to the user's homepage. Steps to Reproduce Log on to the instance as a maint user. Navigate to Incident > Open. Open INC0000055 - "SAP Sales app is not accessible". Right-click in the form header, and choose Configure > Form Layout. Add the Activities (filtered) element into the first section of the form (Incident) and click Save. Click the three-dot "More options" icon in the form header and click Email. Add some text in the Compose Email window and click the Send button. Navigate to System Logs > Emails. In list view, find the email you just sent in the list, and change its type is "sent" rather than "send-ready". Navigate to Incident > Open. Open the incident (for example, INC0000055 - "SAP Sales app is not accessible"). In the activity stream in the email record, click the Show email details link. Instead of an iframe appearing that shows the body of the email directly below the "Show email details" link, the iframe tries to load the following URL on the instance: /%7B%7B::emailBodySrc%7D%7D The following JavaScript error occurs in the browser console: TypeError: Cannot read property 'displayValue' of undefined. The error occurs because the JavaScript object containing the details of the activity stream contains no values inside the email property. Workaround There is no workaround. The system is not designed to support multiple occurrences of activity streams on the same form. Related Problem: PRB719533