Reflects the current release of Nintex for SharePoint 2016. For your version, please access assistance through the Help button in the product.

Try this: Deep link to a form

Blog: Nintex Mobile deep linking

Tutorial: Auto-submitting QR codes

This topic walks through creating an app link to a specific form.

Nintex Mobile app links can be configured for manual or automatic submission. Examples of automatic submission include forms that submit scanned bar codes. In addition, app links can be configured for landing messages, status messages for automatic submission, and redirect URLs.

In the hypothetical scenario described here, you want to provide an app link to a form used to submit expense reports on your site crestan.com and redirect to the site home page on successful submission of the form.

To create the link

  1. Note the name of the form and the URL for the site home page.
  2. Using the nintexmobile schema, form action, and relevant parameters (in red below), build the link as follows.

    nintexmobile://form?ntx-name=Expense%20Report&ntx-returnUrl=http%3A%2F%2Fwww.crestan.com

    Congratulations! You just created your first app link to open a specific form. You can now embed the link on your site home page or anywhere that might be useful to your customers.

Related information

App link syntax