Skip to main content
Nintex Community Menu Bar
Question

Using Repeating Section to update Sharepoint List

  • September 8, 2023
  • 4 replies
  • 159 views

Forum|alt.badge.img+3

Hi all!

I’m sure this question has been asked before, but I am trying to use a repeating section to update a Sharepoint List and I just don’t understand how to do it. 

I have a Repeating Section with 1 text field, 1 single choice field, and 1 currency field. I would like there to be a new list item for each line of the repeating section but keeping the rest of the form the same.

When I try to use a way I think will work, I get the error The specified value is unknown. [Error Code: TypeCasting.UnknownCasting] in the Workflow Testing, which to me, doesn’t mean much.

Hope this makes sense! 

Thank you!

4 replies

Forum|alt.badge.img+15
  • Communicator
  • September 8, 2023

Can you export your workflow and paste the key in here? Oe provide screenshot of your workflow?

 

You have to use a loop for each to go through each row in the RS. What does your workflow look like?


Forum|alt.badge.img+15
  • Communicator
  • September 8, 2023

Hi all!

I’m sure this question has been asked before, but I am trying to use a repeating section to update a Sharepoint List and I just don’t understand how to do it. 

I have a Repeating Section with 1 text field, 1 single choice field, and 1 currency field. I would like there to be a new list item for each line of the repeating section but keeping the rest of the form the same.

When I try to use a way I think will work, I get the error The specified value is unknown. [Error Code: TypeCasting.UnknownCasting] in the Workflow Testing, which to me, doesn’t mean much.

Hope this makes sense! 

Thank you!

Also as it relates to the error message someone posted about that awhile back. 

 

 


Forum|alt.badge.img+5
  • Nintex Employee
  • September 18, 2023

Can you export your workflow and paste the key in here? Oe provide screenshot of your workflow?

 

You have to use a loop for each to go through each row in the RS. What does your workflow look like?

That would be helpful to determine where you are having trouble.

I have created a sample here : QsGUQZmhmgF2qqEYEP2tBLDz3mGGGC1FrFda8a5EhCwBtd4Xk


Forum|alt.badge.img+1
  • Rookie
  • September 16, 2024

I’m having the same issue with this error: code":"XEN.InvalidBody","message":"[XEN.ErrorParsingFragments] Error parsing fragments: [XEN.InvalidFormat] Input value was not in a correct format.

 

I am using a loop for each in the workflow.  The SharePoint list has a mix of repeating section variables and regular variables from the start event.  Does anyone have any tips?