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.
Thank you!
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.
Thank you!
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.