Skip to main content
Nintex Community Menu Bar

Where is the initiation form data stored for site workflows?

  • April 24, 2018
  • 2 replies
  • 10 views

Forum|alt.badge.img+1

Hello, 

I have a site workflow with an initiation form (Nintex form), on that form contains a repeating section. I can't for the life of me figure out where the FormData is stored to parse out the repeating section XML. If this were a list workflow there would be a hidden FormData field on the list, but this is a site workflow and i'm not sure where that information is stored.

Any assistance/advice on how that can be accessed would be great. 

Thank you

Matt

2 replies

Forum|alt.badge.img+14
  • Scholar
  • April 24, 2018

it's not stored anywhere.

you have to connect form control to workflow variable to get control's value available in workflow.


Forum|alt.badge.img+1

That worked, thank you