Skip to main content
Nintex Community Menu Bar

Show workflow request data field in view submitted data

  • February 22, 2019
  • 2 replies
  • 16 views

Forum|alt.badge.img+1

After a bit of help. I'm trying to get data that has been inputed in a request data workflow action to be displayed in a list view along with the original data that was submited.

So for example in it's simplest form:

A form with one field:

161i1F083E031CD58502.png

A request data workflow entry

164i74FB2992311564EF.png

With a field Data_Input_Test_Field

165iCC74592D0270468E.png

 

Once complete how can I get the field used in the data request to show in the list view?

166i550DB9E9C5A648A6.png

 

 

 

 

2 replies

Forum|alt.badge.img+17
  • February 22, 2019

For this one, the best way to do this is to:

  1. Create a variable called - "current data"
  2. Use the set workflow variable action to store the content from the form or list item into that variable
  3. then use the request data action to capture any new data as needed
  4. use the build string action to combine both the current value with the new data collected
  5. use the update list item action to push that change back to the list

194iAFDE8AF1E840E816.jpg

Hope that helps and make sense. Use the attached workflow, unzip and import to take a look at the structure and steps I applied.


Forum|alt.badge.img+1
  • Author
  • February 27, 2019

Perfect, just what I was after - thanks!