How to display surveys in the NOW mobile (or Mobile Agent) appIssue Before getting started, please be aware ServiceNow is still looking at creating a native survey experience. The mobile platform doesn't yet have native components built out specific for surveys. This is tentatively - but not officially confirmed- targeted for Q family release. That being said, there is a way to utilize some OOB portal pages to display and take surveys within the mobile platform. [my_surveys] and [take_survey] are portal pages, so if there is an applet for it, it will behave as an embedded web page in mobile. We will discuss how to achieve something similar to the screenshots below. ResolutionOpen Studio and select your mobile application (ex: ITSM Mobile)On the left-hand menu, mouse over Applets and select the fly-out icon that appears This should take you to Applets list screen Select 'Create an Applet' Name: SurveysTemplate: URL Select 'Create New' which takes you to configuring the browser screen [sys_sg_browser_screen] URL: /sp?id=my_surveys Navigate to target app via Application Menu > (Mobile Agent or Now Mobile)Select Related Link 'Create New Tab' Navigation Tab: Use magnifying glassSelect NewSelect Applet TabLabel: anyScreen: type in/select your screen from step 4.Select an Icon and then hit Submit Provide an Order (ex: 35) Testing: Please log out and close the mobile app, re-open and log in to see the updated navigation options. The menu/icon should now be available.Related LinksThe example URL is using a baseline '/sp' portal as well as baseline portal pages 'my_surveys' and 'take_survey.' Any requirements or modifications outside this would be a custom implementation and may impact this example's behavior. Please note again this is an example to a solution for surveys in mobile which will not be an officially native feature until a future release. This example is also outside the consideration of HR and any other 'mesp' specific plugins which may have alternative implementations/solutions.