<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[What is list state in email template and where it comes from?]]></title><description><![CDATA[<p dir="auto">hi, facing an issue described in <a href="https://github.com/FusionAuth/fusionauth-issues/issues/2481#issuecomment-4518879119" rel="nofollow ugc">https://github.com/FusionAuth/fusionauth-issues/issues/2481#issuecomment-4518879119</a>, and one of the comments has this solution:</p>
<pre><code>[#list state!{} as key, value][#if key != "tenantId" &amp;&amp; key != "client_id" &amp;&amp; value??][#assign url = url + "&amp;" + key?url + "=" + value?url/][/#if][/#list]
</code></pre>
<p dir="auto">it fixed the issue,<br />
but what is list state exactly, i could find it in my email template, but somehow this condition gets executed, what is or where state object is coming from?</p>
]]></description><link>https://fusionauth.io/community/forum/topic/3134/what-is-list-state-in-email-template-and-where-it-comes-from</link><generator>RSS for Node</generator><lastBuildDate>Fri, 03 Jul 2026 23:24:57 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/topic/3134.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 25 May 2026 07:57:20 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to What is list state in email template and where it comes from? on Wed, 24 Jun 2026 02:21:18 GMT]]></title><description><![CDATA[<p dir="auto">My understanding is that state is a map of parameters passed into the template context by FusionAuth, not something you explicitly define in the template itself. If that snippet works even though you can't find a local declaration, it's likely being injected by the email rendering process. Have you checked the template variable documentation or tried outputting the contents of state to see which keys are actually available at runtime?</p>
]]></description><link>https://fusionauth.io/community/forum/post/8609</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/8609</guid><dc:creator><![CDATA[wordletter144]]></dc:creator><pubDate>Wed, 24 Jun 2026 02:21:18 GMT</pubDate></item></channel></rss>