<?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 to save Data on Interface without using .(dot) notaion.??????</title><link>https://community.appian.com/discussions/f/user-interface/21118/how-to-save-data-on-interface-without-using-dot-notaion</link><description>My use case is i need to create editable grid for 100 columns from one table. While building interface type of data is fixed it could be Text Integer Drodpown Date I need to use foreach to loop component to store data but all columns are not mandatory</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to save Data on Interface without using .(dot) notaion.??????</title><link>https://community.appian.com/thread/82305?ContentTypeID=1</link><pubDate>Thu, 03 Jun 2021 06:59:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:8ffd84e9-4f5b-46cc-b7b8-35eb50f2d5fd</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;This explains all ways to fetch values from fields.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.appian.com/suite/help/21.2/Expressions.html#variables"&gt;https://docs.appian.com/suite/help/21.2/Expressions.html#variables&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Be aware that the dot-notation and square-bracket notation return a reference to the value while index() returns a copy and you cannot store data into the copy of a value. To dynamically store data into a CDT you would use square brackets.&lt;/p&gt;
&lt;p&gt;You are aware that a grid with 100 columns will have very bad performance? Why no master-details pattern?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>