Skip to main content

Hello!

I’m struggling with grabbing a value from a repeating section (Nintex O365 forms / Responsive forms) and applying it to a text field.. When I input a date in the “from Date” field of the repeating section, I have a variable that outputs to a label below but I would like to apply that value in the label to a text field that is not in a repeating section to capture in case it is changed in the future.

Is that possible? If so, how? 

Thanks

 

Hi @jpacheco 

 

Unfortunately, what you are requesting is not possible to do with a Nintex Form.
You would need to run a workflow after the form is submitted and save the date for each row of the repeating section.


@SimonMuntz ,

 

That’s unfortunate but ok… second question. I pulled a solution from you guys’ forum (link below). How do you capture the values as they change and place them within a variable?

So I built out the solution and I see within all the XML output the values that are entered into the repeating section but I’m having a very hard time grabbing those values placing them in a variable and updating the variable if those fields are updated.

Part 1: Work with repeating section data from SharePoint based Nintex Forms | Community

Part 2: Work with repeating section data from SharePoint based Nintex Forms | Community

 

I built it out below and it works, I just need to grab the values, place them in a variable and then update the variable if the fields are modified.

 


Reply