<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: Routing based on Multiple Logic</title>
		<link>https://legacy.forums.gravityhelp.com/topic/routing-based-on-multiple-logic</link>
		<description>Gravity Support Forums Topic: Routing based on Multiple Logic</description>
		<language>en-US</language>
		<pubDate>Tue, 07 Apr 2026 08:48:21 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/routing-based-on-multiple-logic" rel="self" type="application/rss+xml" />

		<item>
			<title>digitsoft on "Routing based on Multiple Logic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/routing-based-on-multiple-logic#post-62350</link>
			<pubDate>Tue, 12 Jun 2012 16:15:32 +0000</pubDate>
			<dc:creator>digitsoft</dc:creator>
			<guid isPermaLink="false">62350@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I understand...can you at least confirm that it's coming in some future release?&#60;/p&#62;
&#60;p&#62;Thanks David...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Routing based on Multiple Logic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/routing-based-on-multiple-logic#post-62344</link>
			<pubDate>Tue, 12 Jun 2012 15:51:00 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">62344@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We don't give information on our development cycles any longer as people held us to our guesstimates.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>digitsoft on "Routing based on Multiple Logic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/routing-based-on-multiple-logic#post-62343</link>
			<pubDate>Tue, 12 Jun 2012 15:47:10 +0000</pubDate>
			<dc:creator>digitsoft</dc:creator>
			<guid isPermaLink="false">62343@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I need this too....any chance this will be added anytime soon?  There have been several other threads and enough people wanting it....
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Routing based on Multiple Logic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/routing-based-on-multiple-logic#post-41574</link>
			<pubDate>Fri, 18 Nov 2011 16:48:20 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">41574@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@balschuler It's currently not possible.  The Routing rules for that aren't complex, they don't support checking multiple field values for one rule.  The way it works is any rules that are true, it sends an admin notification.  So it's not currently a feature of the Routing to do this.&#60;/p&#62;
&#60;p&#62;That being said, it could certainly be done as a customization using available hooks/filters.  Using hooks/filters you could write your own custom routing and return the Send To address using code.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>balschuler on "Routing based on Multiple Logic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/routing-based-on-multiple-logic#post-41568</link>
			<pubDate>Fri, 18 Nov 2011 16:33:52 +0000</pubDate>
			<dc:creator>balschuler</dc:creator>
			<guid isPermaLink="false">41568@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am in the same boat as Alex. I have a fairly simple Admin Notification that I'd like to route based on whether two important radio fields within my form are marked as &#34;true&#34; by the user. The idea is to only trigger the email if both conditions are met. Is this really not possible?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex on "Routing based on Multiple Logic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/routing-based-on-multiple-logic#post-14803</link>
			<pubDate>Mon, 20 Dec 2010 13:28:02 +0000</pubDate>
			<dc:creator>Alex</dc:creator>
			<guid isPermaLink="false">14803@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;ok. what would you suggest would be the best solution here? is this going to featured in the next release?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Routing based on Multiple Logic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/routing-based-on-multiple-logic#post-14801</link>
			<pubDate>Mon, 20 Dec 2010 13:22:46 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">14801@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You aren't missing anything. Routing doesn't currently work on more than one conditional rule.  It's a simple single value if statement.  If option A = value Y then do this.  It doesn't support multiple conditions at this time.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex on "Routing based on Multiple Logic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/routing-based-on-multiple-logic#post-14790</link>
			<pubDate>Mon, 20 Dec 2010 12:29:27 +0000</pubDate>
			<dc:creator>Alex</dc:creator>
			<guid isPermaLink="false">14790@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I may be missing something obvious here, but I want to perform routing based on more than one conditional rule. So, I will give 4 examples (A and B come from one dropdown, X and Y come from a second)&#60;/p&#62;
&#60;p&#62;Example 1:&#60;br /&#62;
Email &#60;a href=&#34;mailto:abc@abc.com&#34;&#62;abc@abc.com&#60;/a&#62; based on choosing option A and option X&#60;/p&#62;
&#60;p&#62;Example 2:&#60;br /&#62;
Email &#60;a href=&#34;mailto:abc@abc.com&#34;&#62;abc@abc.com&#60;/a&#62; based on choosing option A and option Y&#60;/p&#62;
&#60;p&#62;Example 3:&#60;br /&#62;
Email &#60;a href=&#34;mailto:efg@efg.com&#34;&#62;efg@efg.com&#60;/a&#62; based on choosing option B and option X&#60;/p&#62;
&#60;p&#62;Example 4:&#60;br /&#62;
Email &#60;a href=&#34;mailto:mno@mno.com&#34;&#62;mno@mno.com&#60;/a&#62; based on chooseing option B and option X
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
