Skip to main content
Nintex Community Menu Bar
Solved

Document Generation

  • March 4, 2024
  • 2 replies
  • 112 views

Forum|alt.badge.img+5

Can document generation support a multiple-choice action in a repeating section? I created a repeating section with two multiple-choice actions; however, the document tagger gave me a ‘Nested Collections are not supported’ message. I cannot tag these variables. See a screenshot of the document tagger with the error message.  

Best answer by nicksha

@AdrianGaribdass01 The message in your screenshot is accurate, it’s not possible to tag collection variables from within a Repeating Section.

If it’s feasible, I’d suggest creating a ‘Yes/No’ checkbox for each of your available choices. This allows users to continue to make multiple selections, but each selection will instead be a Boolean variable that you can capture in your repeating data table.

2 replies

Forum|alt.badge.img+9
  • Nintex Employee
  • Answer
  • March 4, 2024

@AdrianGaribdass01 The message in your screenshot is accurate, it’s not possible to tag collection variables from within a Repeating Section.

If it’s feasible, I’d suggest creating a ‘Yes/No’ checkbox for each of your available choices. This allows users to continue to make multiple selections, but each selection will instead be a Boolean variable that you can capture in your repeating data table.


Forum|alt.badge.img+5

@nicksha 

Thank you for your response.  I was able to use the ‘Yes/No’ checkbox option.