Skip to main content
Nintex Community Menu Bar

Nintex Forms/WF SharePoint List Question

  • May 23, 2018
  • 4 replies
  • 19 views

Forum|alt.badge.img+4

Hello,

When I used InfoPath I had options where when form was submitted I could set up in Data Connections that it could just email, email and populate list choices.  I have a need to have the user fill out the form and then the workflow will just email the information/tasks.  I do not want it to publish to the list due to the sensitivity of the data.  Is this possible?

Thanks,

Carrie.

4 replies

EuanGamble
Nintex Employee
Forum|alt.badge.img+13
  • Nintex Employee
  • August 9, 2018

Hi Carrie E. Calvi‌,


What version of Nintex are you using? Office 365, SharePoint or Workflow Cloud?

Cheers,

Euan


Forum|alt.badge.img+4
  • Author
  • August 9, 2018

On prem Nintex Forms and Workflows 2013


EuanGamble
Nintex Employee
Forum|alt.badge.img+13
  • Nintex Employee
  • August 10, 2018

Hi Carrie E. Calvi,

Ok. Ive just moved the question across to the SharePoint space.

So the way Nintex Forms and Workflow talk to each other is through the SharePoint list. So, a Form will always put the data into the SharePoint list. 

One thing you could do is on submit, a workflow could remove all the permissions form the SharePoint list item, then use a Nintex Workflow to email the details to the recipient. The workflow could then delete the item.

You can use the Set Item Permissions action and use the Inherit permissions from parent set to No and give the Initiator Full Control

Cheers,
Euan


Forum|alt.badge.img+4
  • Author
  • August 10, 2018

Yes, I ended up doing just that.