Multiple tags for dynamically included templates?

  • 27 March 2019
  • 1 reply
  • 5 views

Hello!  Is it possible to include multiple tags and values when specifying dynamically included templates?  Like If I want a template to be included if both A equals 1 and B equals 2?  The help link below only uses one tag and one value.

 

https://help.nintex.com/en-US/docgen/docservices/#docgen-sfdc/Services/manageDDP/FileOptionsDynamic.htm

 

Thank you!


1 reply

@ShawnJacksonCCC 

 

You can actually stack these tags. So in your case, the logic would look like this:

 

<<TagA>><<TagB>>

Equals

12

 

This is only really effective if you want to use the 'equals' operator, but will do what you need. A workaround for other scenarios would be to create a formula field and then include the formula field in place of <<TagA>><<TagB>>.

 

Best

Reply