<?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 implement array of nested arrays</title><link>https://community.appian.com/discussions/f/general/39508/how-to-implement-array-of-nested-arrays</link><description>Hi all, 
 I have to implement one requirement as shown below screenshots, I have a button called &amp;quot;add period details&amp;quot; then a form should be will be displayed to user and add the period details. This should be an parent array. In the same form there should</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to implement array of nested arrays</title><link>https://community.appian.com/thread/150289?ContentTypeID=1</link><pubDate>Thu, 24 Jul 2025 05:21:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:70c08a10-d902-4a69-bef6-f601542f0826</guid><dc:creator>Shubham Aware</dc:creator><description>&lt;p&gt;I am not sure what issue you are facing(Help us with your actual problem in design) but quick suggestion.&lt;br /&gt;&lt;a href="https://docs.appian.com/suite/help/25.2/cdt_design_guidance.html#nested-cdts"&gt;Appian recommends only using nested CDTs for one-to-one and many-to-one relationships due to performance issues.&lt;/a&gt;&lt;br /&gt;I would recommend use flat design with two separate CDTs where ArmTitles contains a foreign key (periodId) referencing PeriodDetails, implement two separate editable grids instead of nested forms, and handle the parent-child relationship through queries and process logic rather than CDT nesting.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to implement array of nested arrays</title><link>https://community.appian.com/thread/150282?ContentTypeID=1</link><pubDate>Wed, 23 Jul 2025 17:56:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:05e9c2e3-22b8-4829-a513-7b9750777025</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Use the data type constructors to create the parent element and populate the nested field with a list of children. Seems to be a simple task. Where are you stuck?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to implement array of nested arrays</title><link>https://community.appian.com/thread/150280?ContentTypeID=1</link><pubDate>Wed, 23 Jul 2025 17:30:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7ebe05bd-8a7e-46fd-b923-4ff9b8f85f23</guid><dc:creator>Harsha Sharma</dc:creator><description>&lt;p&gt;Hi I understand your use case but not sure what is the issue/problem that&amp;nbsp;you are facing. &lt;br /&gt;Are you seeking UI design inspiration or is your doubt about logics/code structure to support addition and deletion of projects and respective arms?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>