<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Issue with labels in a gridTextColumn</title><link>https://community.appian.com/discussions/f/data/3155/issue-with-labels-in-a-gridtextcolumn</link><description>I am using a link in a gridtextcolumn. I am putting a label but it isn&amp;#39;t pulling the label I&amp;#39;m telling it to use. Does this look correct? a!gridTextColumn( label: &amp;quot;Object URL&amp;quot;, data: index(local!data, &amp;quot;mediaObjectURL&amp;quot;, {}), links: apply(a!safeLink(uri</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Issue with labels in a gridTextColumn</title><link>https://community.appian.com/thread/11074?ContentTypeID=1</link><pubDate>Wed, 30 Jul 2014 14:03:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:cb58b6d2-8f0d-4a04-9640-03f0c9c3438a</guid><dc:creator>damieng</dc:creator><description>That worked great. Thank you&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Issue with labels in a gridTextColumn</title><link>https://community.appian.com/thread/11047?ContentTypeID=1</link><pubDate>Tue, 29 Jul 2014 20:52:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:400dcb0b-c26b-4155-8c48-8811b2249ade</guid><dc:creator>Angad Walia</dc:creator><description>Links in GridTextColumns overlay on top of the &amp;quot;data&amp;quot; field. To show a particular text utilize the data field. For example:&lt;br /&gt;&lt;br /&gt;a!gridTextColumn(&lt;br /&gt;    label: &amp;quot;Object URL&amp;quot;,&lt;br /&gt;    data: fn!repeat(length(index(local!data, &amp;quot;mediaObjectURL&amp;quot;, {})), &amp;quot;Link to Invoice&amp;quot;),&lt;br /&gt;    links: apply(a!safeLink(uri: _, label: &amp;quot;Link to Invoice&amp;quot;),index(local!data, &amp;quot;mediaObjectURL&amp;quot;, {}))...&lt;br /&gt;&lt;br /&gt;In the above we use fn!repeat() to create as many &amp;quot;Link to Invoice&amp;quot; labels as there are URLs&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>