<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Creating two column layout in Flow	</title>
	<atom:link href="https://www.jitendrazaa.com/blog/salesforce/creating-two-column-layout-in-flow/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.jitendrazaa.com/blog/salesforce/creating-two-column-layout-in-flow/</link>
	<description>AI, Salesforce, ServiceNow &#38; Enterprise Tech Guides</description>
	<lastBuildDate>Tue, 23 May 2017 00:32:00 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.4</generator>
	<item>
		<title>
		By: Jitendra Zaa		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/creating-two-column-layout-in-flow/#comment-3673</link>

		<dc:creator><![CDATA[Jitendra Zaa]]></dc:creator>
		<pubDate>Tue, 23 May 2017 00:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=4993#comment-3673</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.jitendrazaa.com/blog/salesforce/creating-two-column-layout-in-flow/#comment-3669&quot;&gt;Nilesh Borse&lt;/a&gt;.

Yes we can. Just find selector using chrome developer tool or any other tool.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.jitendrazaa.com/blog/salesforce/creating-two-column-layout-in-flow/#comment-3669">Nilesh Borse</a>.</p>
<p>Yes we can. Just find selector using chrome developer tool or any other tool.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Nilesh Borse		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/creating-two-column-layout-in-flow/#comment-3669</link>

		<dc:creator><![CDATA[Nilesh Borse]]></dc:creator>
		<pubDate>Mon, 22 May 2017 10:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=4993#comment-3669</guid>

					<description><![CDATA[Nice Tutorial
Can we change the look and feel of the input field in the flows using CSS ?]]></description>
			<content:encoded><![CDATA[<p>Nice Tutorial<br />
Can we change the look and feel of the input field in the flows using CSS ?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: QuickNote		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/creating-two-column-layout-in-flow/#comment-3540</link>

		<dc:creator><![CDATA[QuickNote]]></dc:creator>
		<pubDate>Sun, 22 Jan 2017 23:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=4993#comment-3540</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.jitendrazaa.com/blog/salesforce/creating-two-column-layout-in-flow/#comment-3240&quot;&gt;Raghu&lt;/a&gt;.

If you are copying and pasting the code, make sure &#039;if(!isValidRow(nextRowIndex)) { &#039; isn&#039;t commented out. The extra &#039;}&#039; is why you are getting the error. Also, remove the space in &#039;table .detailList&#039;.  It should be &#039;table.detailList&#039;.

That is what got code it working for me.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.jitendrazaa.com/blog/salesforce/creating-two-column-layout-in-flow/#comment-3240">Raghu</a>.</p>
<p>If you are copying and pasting the code, make sure &#8216;if(!isValidRow(nextRowIndex)) { &#8216; isn&#8217;t commented out. The extra &#8216;}&#8217; is why you are getting the error. Also, remove the space in &#8216;table .detailList&#8217;.  It should be &#8216;table.detailList&#8217;.</p>
<p>That is what got code it working for me.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ram		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/creating-two-column-layout-in-flow/#comment-3277</link>

		<dc:creator><![CDATA[Ram]]></dc:creator>
		<pubDate>Fri, 08 Jul 2016 15:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=4993#comment-3277</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.jitendrazaa.com/blog/salesforce/creating-two-column-layout-in-flow/#comment-3275&quot;&gt;Raghu&lt;/a&gt;.

Copy the above code mentioned and remove the flow variable . It worked for me .]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.jitendrazaa.com/blog/salesforce/creating-two-column-layout-in-flow/#comment-3275">Raghu</a>.</p>
<p>Copy the above code mentioned and remove the flow variable . It worked for me .</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Raghu		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/creating-two-column-layout-in-flow/#comment-3275</link>

		<dc:creator><![CDATA[Raghu]]></dc:creator>
		<pubDate>Thu, 07 Jul 2016 13:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=4993#comment-3275</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.jitendrazaa.com/blog/salesforce/creating-two-column-layout-in-flow/#comment-3255&quot;&gt;Ram&lt;/a&gt;.

Hi Ram,

Does it works ??

Please share how ?

Thanks,
Raghu]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.jitendrazaa.com/blog/salesforce/creating-two-column-layout-in-flow/#comment-3255">Ram</a>.</p>
<p>Hi Ram,</p>
<p>Does it works ??</p>
<p>Please share how ?</p>
<p>Thanks,<br />
Raghu</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ram		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/creating-two-column-layout-in-flow/#comment-3255</link>

		<dc:creator><![CDATA[Ram]]></dc:creator>
		<pubDate>Mon, 20 Jun 2016 19:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=4993#comment-3255</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.jitendrazaa.com/blog/salesforce/creating-two-column-layout-in-flow/#comment-3234&quot;&gt;Jitendra Zaa&lt;/a&gt;.

Hi Jitendra,

Its working for me thanks for all your help.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.jitendrazaa.com/blog/salesforce/creating-two-column-layout-in-flow/#comment-3234">Jitendra Zaa</a>.</p>
<p>Hi Jitendra,</p>
<p>Its working for me thanks for all your help.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ram		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/creating-two-column-layout-in-flow/#comment-3254</link>

		<dc:creator><![CDATA[Ram]]></dc:creator>
		<pubDate>Mon, 20 Jun 2016 18:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=4993#comment-3254</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.jitendrazaa.com/blog/salesforce/creating-two-column-layout-in-flow/#comment-3234&quot;&gt;Jitendra Zaa&lt;/a&gt;.

Hi Jitendra,

I am seeing two errors . One error which is related to &quot;failed to load resource&quot; i was not sure what it is at all . I am not using that resource anywhere in my code and the code i am using is exact replica of yours . Please take a look in to the screenshot .Thanks.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.jitendrazaa.com/blog/salesforce/creating-two-column-layout-in-flow/#comment-3234">Jitendra Zaa</a>.</p>
<p>Hi Jitendra,</p>
<p>I am seeing two errors . One error which is related to &#8220;failed to load resource&#8221; i was not sure what it is at all . I am not using that resource anywhere in my code and the code i am using is exact replica of yours . Please take a look in to the screenshot .Thanks.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Raghu		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/creating-two-column-layout-in-flow/#comment-3240</link>

		<dc:creator><![CDATA[Raghu]]></dc:creator>
		<pubDate>Thu, 16 Jun 2016 13:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=4993#comment-3240</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.jitendrazaa.com/blog/salesforce/creating-two-column-layout-in-flow/#comment-3239&quot;&gt;Raghu&lt;/a&gt;.

Sorry forgot the attachment..]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.jitendrazaa.com/blog/salesforce/creating-two-column-layout-in-flow/#comment-3239">Raghu</a>.</p>
<p>Sorry forgot the attachment..</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Raghu		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/creating-two-column-layout-in-flow/#comment-3239</link>

		<dc:creator><![CDATA[Raghu]]></dc:creator>
		<pubDate>Thu, 16 Jun 2016 13:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=4993#comment-3239</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.jitendrazaa.com/blog/salesforce/creating-two-column-layout-in-flow/#comment-3227&quot;&gt;Ram&lt;/a&gt;.

Hi Ji,

I am getting this error ?


Thanks,
Raghu]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.jitendrazaa.com/blog/salesforce/creating-two-column-layout-in-flow/#comment-3227">Ram</a>.</p>
<p>Hi Ji,</p>
<p>I am getting this error ?</p>
<p>Thanks,<br />
Raghu</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jitendra Zaa		</title>
		<link>https://www.jitendrazaa.com/blog/salesforce/creating-two-column-layout-in-flow/#comment-3234</link>

		<dc:creator><![CDATA[Jitendra Zaa]]></dc:creator>
		<pubDate>Tue, 14 Jun 2016 15:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.jitendrazaa.com/blog/?p=4993#comment-3234</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.jitendrazaa.com/blog/salesforce/creating-two-column-layout-in-flow/#comment-3233&quot;&gt;Ram&lt;/a&gt;.

Hi Ram,
Can you check if you are getting any error in javascript console ? If you are on chrome click &quot;Ctrl+Shift+J&quot; or in IE press F12]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.jitendrazaa.com/blog/salesforce/creating-two-column-layout-in-flow/#comment-3233">Ram</a>.</p>
<p>Hi Ram,<br />
Can you check if you are getting any error in javascript console ? If you are on chrome click &#8220;Ctrl+Shift+J&#8221; or in IE press F12</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Minified using Disk

Served from: www.jitendrazaa.com @ 2026-08-30 23:43:48 by W3 Total Cache
-->