Skip to main content
Nintex Community Menu Bar

Workflow to help finding the maximum + plus 1

  • February 26, 2018
  • 1 reply
  • 12 views

Forum|alt.badge.img+8

Hi, 

I have a list with columns title and product ID.  Product ID is always an incremental number and should always be plus 1 the previous product Id. So, Is there a way to let user know what the next available product Id is?

How can we achieve this using workflow?

Thanks

1 reply

Forum|alt.badge.img+16

if you do a query list and order by ID descending, and store ID into a text variable you should have the maximum?