<?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>How i can enable the field of a particular Question   Based on the UserLogged In appian. please help</title><link>https://community.appian.com/discussions/f/new-to-appian/21836/how-i-can-enable-the-field-of-a-particular-question-based-on-the-userlogged-in-appian-please-help</link><description>How i can enable the field of a particular Question Based on the UserLogged In appian. please help</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How i can enable the field of a particular Question   Based on the UserLogged In appian. please help</title><link>https://community.appian.com/thread/85557?ContentTypeID=1</link><pubDate>Wed, 08 Sep 2021 04:38:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8a73f245-116c-485f-810c-4bc81d8ddaeb</guid><dc:creator>gayathris876948</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!textField(
label:&amp;quot;show only user is admin&amp;quot;,
value:ri!valueTosave,
saveInto: ri!valueTosave,
/* you can add any condition here to show or hide it*/
showWhen: a!isUserMemberOfGroup(username: loggedInUser(),groups: {
&amp;quot;constant og group 1&amp;quot;, &amp;quot;constant og group 2&amp;quot;
})
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How i can enable the field of a particular Question   Based on the UserLogged In appian. please help</title><link>https://community.appian.com/thread/85551?ContentTypeID=1</link><pubDate>Tue, 07 Sep 2021 18:28:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:10594da9-857f-4ed8-b388-d90f14810f68</guid><dc:creator>Chris</dc:creator><description>&lt;p&gt;Additionally, this will get you the account of the logged in user:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="csharp"&gt;fn!loggedInUser()&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How i can enable the field of a particular Question   Based on the UserLogged In appian. please help</title><link>https://community.appian.com/thread/85550?ContentTypeID=1</link><pubDate>Tue, 07 Sep 2021 17:43:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2a14347e-ed6b-4849-a768-eb4139144af9</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Please elaborate. What questions? You can check whether a user is in a group using&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.appian.com/suite/help/21.3/fnc_people_a_isusermemberofgroup.html"&gt;docs.appian.com/.../fnc_people_a_isusermemberofgroup.html&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>