<?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>Fields configuration</title><link>https://community.appian.com/discussions/f/user-interface/25970/fields-configuration</link><description>I have requirement where i have a interface in which I have two fields let&amp;#39;s say &amp;quot;error&amp;quot; and &amp;quot;error type&amp;quot; 
 And also I have the below fields, 
 Personal details (section header) 
 Name - jack 
 Last name - rayan 
 Mailid - blank 
 Then the result should</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Fields configuration</title><link>https://community.appian.com/thread/101608?ContentTypeID=1</link><pubDate>Wed, 21 Sep 2022 14:51:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e361669b-5ee9-4e98-b5a0-93b87d922fa9</guid><dc:creator>ujjwalr0002</dc:creator><description>&lt;p&gt;Yes it will work the same way.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fields configuration</title><link>https://community.appian.com/thread/101600?ContentTypeID=1</link><pubDate>Wed, 21 Sep 2022 14:03:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:340dbe82-7462-482c-b7ab-c831ac82050e</guid><dc:creator>Mh q</dc:creator><description>&lt;p&gt;Sey that was not section it was created in card layout where I used a rich text as &amp;quot;personal details&amp;quot; does it work with the same&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fields configuration</title><link>https://community.appian.com/thread/101598?ContentTypeID=1</link><pubDate>Wed, 21 Sep 2022 13:44:55 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fd8b1574-1569-4d12-bc01-2147378ba93b</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;Somewhat like this&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;{
  a!map(
    section: &amp;quot;Personal details&amp;quot;,
    field: &amp;quot;First Name&amp;quot;,
    value: ri!personalDetails.firstName
  ),
  a!map(
    section: &amp;quot;Personal details&amp;quot;,
    field: &amp;quot;Last Name&amp;quot;,
    value: ri!personalDetails.lastName
  ),
  a!map(
    section: &amp;quot;Personal details&amp;quot;,
    field: &amp;quot;Email Id&amp;quot;,
    value: ri!personalDetails.email
  )
}&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Fields configuration</title><link>https://community.appian.com/thread/101597?ContentTypeID=1</link><pubDate>Wed, 21 Sep 2022 13:43:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:04935b04-cabc-48ec-9dca-63d212db1620</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;You can create a map where you have the section, fieldLabel and the fieldValue both defined in different keys and can iterate through that map when the button is clicked to see if it had a value. If not, you can use fv!item.&lt;span&gt;fieldLabel&amp;nbsp;&lt;/span&gt;to display the Error type and do the same for Error&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>