Skip to main content
Nintex Community Menu Bar

Nintex Form How To Reorder Repeating Table Rows

  • December 14, 2016
  • 6 replies
  • 128 views
  • Translate

Forum|alt.badge.img+7

Has anyone successfully been able to implement Repeating section item reordering/sorting?  I can get it to work in the UI pretty easy using JQuery UI Sortable e.g.

 

197006_pastedImage_1.png

 

The DOM does get reordered however it always saves in the order it was added.  Anyone played around with re-ordering Repeating items or even programatically adding/removing items?

 

Vadim Tabakman‌ and Eric Harris‌ I'm hoping you might be able to help happy.png

 

Regards,

Eric Halsey

Did this topic help you find an answer to your question?

6 replies

Forum|alt.badge.img+17
  • 911 replies
  • December 14, 2016

Eric,

What you're seeing is exactly right. The content is stored in XML on the list item and referenced when loaded. So using jquery can allow the display of that to be modified because its not modifying the underlying data, just moving it around. 

To reorder the contents in the repeating section you would need run an update against the field holding that content and then save that update to the list. I've done that in playing around, and used a Nintex workflow and the following actions:

  • Query XML
  • Update XML
  • Build string

You may need to loop through the XML to get it how you want it.

Hope that helps.

Translate

Forum|alt.badge.img+7
  • Author
  • 51 replies
  • December 15, 2016

Thanks Eric.  I was hoping we could access the underlying data on the client w/out having to implement a workflow.  Is there someone we can ask where/what structure is holding the underlying data?  Seems like more work and a bit superfluous to add another workflow just to have the items in the correct order.

Thanks,

Eric 

Translate

Forum|alt.badge.img+9

Hi ‌, were you able to find a solution to your question. I have the same question and I'm hoping if I can put an order column where I can specify the number within that repeating section and then click a button to apply the order.. please let us know if you were able to find a workaround! 

Translate

Forum|alt.badge.img+7
  • Author
  • 51 replies
  • November 29, 2017

Unfortunately I never heard back from Nintex.  I'm afraid you'll have to do something similar to what Eric Harris recommended.  It isn't terrible but will require jQuery and an additional workflow.  Let me know if you need help with the approach.

Translate

Forum|alt.badge.img+17
  • 911 replies
  • October 14, 2019

@eric_halsey @cmikhaiel_e  sorry for the delay.

 

In theory you can access the data if you pipe it out to a multi-link text field. You  will see the data in an XML format. However if you're going to go through the trouble of writing something client side you are better off just using a workflow to do that instead. The actions are already there and you can force the workflow to fire when the info is submitted. 

 

Just my thoughts

Translate

Forum|alt.badge.img+4

Hi,

Are you able to provide a breakdown of your workflow so I could try to replicate myself? I am trying to reorder the Repeating sections based on the data in one specific field.

Is this achievable?

Thanks,

Conrad

Translate

Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie Settings