Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

ServiceNow Mobile App - Create a feedback form

krutikapatil
Tera Contributor

Hello, I'm trying to create a feedback form in the ServiceNow mobile app as a popup screen. How would I go about creating this form? Should I create one in survey designer? Create a new form screen in mobile app builder? If so, where do the answers, get stored? Guidance on this topic would be appreciated!

3 REPLIES 3

mujeebqasimi
Tera Contributor

Yeah, you can just build it in Mobile App Builder. Make a new form screen and hook it up to a custom table, like x_yourapp_feedback. Whatever users type in will get saved there, so you can use it later for reports or flows.

If you just want something super simple, you could use Survey Designer, but surveys aren’t great for popups since they open in a separate flow.

So yeah, go with a form screen if you want it to show as a popup.

@mujeebqasimi Thanks for your insight! If I was to use Survey Designer and forgo the pop up, how would I call it in the app? Through a link?