Skip to main content
Nintex Community Menu Bar

Display Logic option to use a formula field

  • July 8, 2024
  • 0 replies
  • 4 views

Forum|alt.badge.img+20

Pretty straightforward. Having the ability to use {{index}} would be awesome. Especially for row actions to move a row up or down. Same is possible by creating a field using one field but it just seems wasteful to create a field in order to expose this functionality.

IF({{Record.isFirst}}, “First”, IF({{Record.isLast}}, “Last”, “Middle”))

Slightly better UX for formula option.

I’m sure a use case for {{index}} has been wanted before as well.

This topic has been closed for replies.