<?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>Could not display interface. Please check definition and inputs.</title><link>https://community.appian.com/discussions/f/general/30722/could-not-display-interface-please-check-definition-and-inputs</link><description>Hii, 
 I am getting this error while executing saveinto 
 Could not display interface. Please check definition and inputs. 
 Interface Definition: Expression evaluation error at function a!forEach [line 139]: Error in a!forEach() expression during iteration</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Could not display interface. Please check definition and inputs.</title><link>https://community.appian.com/thread/122232?ContentTypeID=1</link><pubDate>Sat, 25 Nov 2023 20:38:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:740d2f42-eb69-4583-b15f-8fb46106c3e2</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;You need to check that your local!section1 actually contains the data you need. So, does this exist?&lt;/p&gt;
&lt;p&gt;&amp;#39;recordType!GAI Ref App Review Questions.gaiAppReview.fields.reviewerComment&amp;#39;&lt;/p&gt;
&lt;p&gt;Have a look at your local variables and check for this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Could not display interface. Please check definition and inputs.</title><link>https://community.appian.com/thread/122229?ContentTypeID=1</link><pubDate>Sat, 25 Nov 2023 17:11:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:44070338-32b2-482c-9cd3-dcbb37ffc786</guid><dc:creator>Sudhir Singh</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!localVariables(
  local!application: rule!GAI_getApplication(applicationId: ri!appId).data,
  local!refAppReviewQnts: rule!GAI_GetRefAppReviewQuestions(
    fiscalYear: local!application[&amp;#39;recordType!{5f640b2a-afca-4569-92d3-9e2938c52816}GAI Application.relationships.{abdf1474-5557-4307-87ca-cebf6144aab0}gaiOpportunity.fields.{8140c1d1-fe02-45b1-b6bc-53f76502fad9}fiscalYear&amp;#39;],

  ).data,
  local!sectionNm: local!refAppReviewQnts[&amp;#39;recordType!{b5dd0e17-b6cf-431f-a6b1-27d0db4b17da}GAI Ref App Review Questions.fields.{e1b99615-c22f-4b3e-9c45-dd9c86966031}sectionName&amp;#39;],
  local!uniqueSectionNm: union(local!sectionNm, local!sectionNm),
  local!section1: index(
    local!refAppReviewQnts[&amp;#39;recordType!{b5dd0e17-b6cf-431f-a6b1-27d0db4b17da}GAI Ref App Review Questions.fields.{50e521dd-a911-44c7-bf1e-ab883e70ddf7}question&amp;#39;],
    wherecontains(
      local!uniqueSectionNm[1],
      touniformstring(
        local!refAppReviewQnts[&amp;#39;recordType!{b5dd0e17-b6cf-431f-a6b1-27d0db4b17da}GAI Ref App Review Questions.fields.{e1b99615-c22f-4b3e-9c45-dd9c86966031}sectionName&amp;#39;]
      )
    ),
    {}
  ),
  local!section2: index(
    local!refAppReviewQnts[&amp;#39;recordType!{b5dd0e17-b6cf-431f-a6b1-27d0db4b17da}GAI Ref App Review Questions.fields.{50e521dd-a911-44c7-bf1e-ab883e70ddf7}question&amp;#39;],
    wherecontains(
      local!uniqueSectionNm[2],
      touniformstring(
        local!refAppReviewQnts[&amp;#39;recordType!{b5dd0e17-b6cf-431f-a6b1-27d0db4b17da}GAI Ref App Review Questions.fields.{e1b99615-c22f-4b3e-9c45-dd9c86966031}sectionName&amp;#39;]
      )
    ),
    {}
  ),
  local!section3: index(
    local!refAppReviewQnts[&amp;#39;recordType!{b5dd0e17-b6cf-431f-a6b1-27d0db4b17da}GAI Ref App Review Questions.fields.{50e521dd-a911-44c7-bf1e-ab883e70ddf7}question&amp;#39;],
    wherecontains(
      local!uniqueSectionNm[3],
      touniformstring(
        local!refAppReviewQnts[&amp;#39;recordType!{b5dd0e17-b6cf-431f-a6b1-27d0db4b17da}GAI Ref App Review Questions.fields.{e1b99615-c22f-4b3e-9c45-dd9c86966031}sectionName&amp;#39;]
      )
    ),
    {}
  ),
  local!section4: index(
    local!refAppReviewQnts[&amp;#39;recordType!{b5dd0e17-b6cf-431f-a6b1-27d0db4b17da}GAI Ref App Review Questions.fields.{50e521dd-a911-44c7-bf1e-ab883e70ddf7}question&amp;#39;],
    wherecontains(
      local!uniqueSectionNm[4],
      touniformstring(
        local!refAppReviewQnts[&amp;#39;recordType!{b5dd0e17-b6cf-431f-a6b1-27d0db4b17da}GAI Ref App Review Questions.fields.{e1b99615-c22f-4b3e-9c45-dd9c86966031}sectionName&amp;#39;]
      )
    ),
    {}
  ),
  local!section5: index(
    local!refAppReviewQnts[&amp;#39;recordType!{b5dd0e17-b6cf-431f-a6b1-27d0db4b17da}GAI Ref App Review Questions.fields.{50e521dd-a911-44c7-bf1e-ab883e70ddf7}question&amp;#39;],
    wherecontains(
      local!uniqueSectionNm[5],
      touniformstring(
        local!refAppReviewQnts[&amp;#39;recordType!{b5dd0e17-b6cf-431f-a6b1-27d0db4b17da}GAI Ref App Review Questions.fields.{e1b99615-c22f-4b3e-9c45-dd9c86966031}sectionName&amp;#39;]
      )
    ),
    {}
  ),
  local!section6: index(
    local!refAppReviewQnts[&amp;#39;recordType!{b5dd0e17-b6cf-431f-a6b1-27d0db4b17da}GAI Ref App Review Questions.fields.{50e521dd-a911-44c7-bf1e-ab883e70ddf7}question&amp;#39;],
    wherecontains(
      local!uniqueSectionNm[6],
      touniformstring(
        local!refAppReviewQnts[&amp;#39;recordType!{b5dd0e17-b6cf-431f-a6b1-27d0db4b17da}GAI Ref App Review Questions.fields.{e1b99615-c22f-4b3e-9c45-dd9c86966031}sectionName&amp;#39;]
      )
    ),
    {}
  ),
  local!section7: index(
    local!refAppReviewQnts[&amp;#39;recordType!{b5dd0e17-b6cf-431f-a6b1-27d0db4b17da}GAI Ref App Review Questions.fields.{50e521dd-a911-44c7-bf1e-ab883e70ddf7}question&amp;#39;],
    wherecontains(
      local!uniqueSectionNm[7],
      touniformstring(
        local!refAppReviewQnts[&amp;#39;recordType!{b5dd0e17-b6cf-431f-a6b1-27d0db4b17da}GAI Ref App Review Questions.fields.{e1b99615-c22f-4b3e-9c45-dd9c86966031}sectionName&amp;#39;]
      )
    ),
    {}
  ),
  local!section8: index(
    local!refAppReviewQnts[&amp;#39;recordType!{b5dd0e17-b6cf-431f-a6b1-27d0db4b17da}GAI Ref App Review Questions.fields.{50e521dd-a911-44c7-bf1e-ab883e70ddf7}question&amp;#39;],
    wherecontains(
      local!uniqueSectionNm[8],
      touniformstring(
        local!refAppReviewQnts[&amp;#39;recordType!{b5dd0e17-b6cf-431f-a6b1-27d0db4b17da}GAI Ref App Review Questions.fields.{e1b99615-c22f-4b3e-9c45-dd9c86966031}sectionName&amp;#39;]
      )
    ),
    {}
  ),
  local!section9: index(
    local!refAppReviewQnts[&amp;#39;recordType!{b5dd0e17-b6cf-431f-a6b1-27d0db4b17da}GAI Ref App Review Questions.fields.{50e521dd-a911-44c7-bf1e-ab883e70ddf7}question&amp;#39;],
    wherecontains(
      local!uniqueSectionNm[9],
      touniformstring(
        local!refAppReviewQnts[&amp;#39;recordType!{b5dd0e17-b6cf-431f-a6b1-27d0db4b17da}GAI Ref App Review Questions.fields.{e1b99615-c22f-4b3e-9c45-dd9c86966031}sectionName&amp;#39;]
      )
    ),
    {}
  ),
  local!allreviewScore: local!refAppReviewQnts[&amp;#39;recordType!{b5dd0e17-b6cf-431f-a6b1-27d0db4b17da}GAI Ref App Review Questions.fields.{94f05f4b-795b-49aa-8ab1-5e7095e2841e}maxScore&amp;#39;],
  local!ReviewScore: union(
    local!allreviewScore,
    local!allreviewScore
  ),
  local!appReview: if(
    a!isNotNullOrEmpty(local!refAppReviewQnts),
    a!forEach(
      items: local!section1,
      expression: &amp;#39;recordType!{f42d5bd8-9c50-4910-b251-13ec6bf9fdb6}GAI App Review&amp;#39;(
        &amp;#39;recordType!{f42d5bd8-9c50-4910-b251-13ec6bf9fdb6}GAI App Review.fields.{1b300782-cfa5-46fd-8939-303b6d6b98e8}fkAppReviewQuestionId&amp;#39;: local!refAppReviewQnts[&amp;#39;recordType!{b5dd0e17-b6cf-431f-a6b1-27d0db4b17da}GAI Ref App Review Questions.fields.{bd3598b0-c259-400f-a433-14a07c64e1a6}appReviewQuestionId&amp;#39;],
        &amp;#39;recordType!{f42d5bd8-9c50-4910-b251-13ec6bf9fdb6}GAI App Review.fields.{dd93e08a-39c8-4cde-8b05-940968017a52}fkAppId&amp;#39;: ri!appId,
        &amp;#39;recordType!{f42d5bd8-9c50-4910-b251-13ec6bf9fdb6}GAI App Review.fields.{89e3c450-a549-4d71-97ef-cbdb5cee1676}isActive&amp;#39;: null,
        &amp;#39;recordType!{5cd86211-4e9e-42a1-ad5d-b6b72ee2fac6}GAI Award Funding Allocation.fields.{16fa8791-cd51-4c1a-98ba-bcc88ff66cb3}fundAmt&amp;#39;: null,
        &amp;#39;recordType!{f42d5bd8-9c50-4910-b251-13ec6bf9fdb6}GAI App Review.fields.{23368363-7840-4367-a452-ae513fd1ba7b}createUsr&amp;#39;: loggedInUser(),
        &amp;#39;recordType!{f42d5bd8-9c50-4910-b251-13ec6bf9fdb6}GAI App Review.fields.{c9d44643-f49b-4c1e-8368-8e0e49726d9a}createTs&amp;#39;: now(),
        &amp;#39;recordType!{f42d5bd8-9c50-4910-b251-13ec6bf9fdb6}GAI App Review.fields.{e30c73f1-e271-44da-bac7-8f0b520f6942}updateUsr&amp;#39;: loggedInUser(),
        &amp;#39;recordType!{f42d5bd8-9c50-4910-b251-13ec6bf9fdb6}GAI App Review.fields.{4b76bc69-8bc5-4a93-b53f-01181e975b62}updateTs&amp;#39;: now()
      )
    ),
    null()
  ),
  {
    rule!SCO_SectionLayout(
      label: local!uniqueSectionNm[1],
      contents: {
        a!gridLayout(
          headerCells: {
            a!gridLayoutHeaderCell(label: &amp;quot;Question&amp;quot;),
            a!gridLayoutHeaderCell(label: &amp;quot;Review Answer&amp;quot;),
            a!gridLayoutHeaderCell(label: &amp;quot;Reviewer Comments&amp;quot;),
            a!gridLayoutHeaderCell(label: &amp;quot;Review Score&amp;quot;)
          },
          columnConfigs: {
            a!gridLayoutColumnConfig(width: &amp;quot;WIDE&amp;quot;),
            a!gridLayoutColumnConfig(width: &amp;quot;NARROW_PLUS&amp;quot;),
            a!gridLayoutColumnConfig(width: &amp;quot;WIDE&amp;quot;),
            a!gridLayoutColumnConfig(width: &amp;quot;NARROW_PLUS&amp;quot;),

          },
          rows: a!forEach(
            items: local!section1,
            expression: a!gridRowLayout(
              id: fv!index,
              contents: {
                a!textField(value: fv!item, readOnly: true()),
                a!radioButtonField(
                  label: &amp;quot;&amp;quot;,
                  choiceLabels: { &amp;quot;Yes&amp;quot;, &amp;quot;No&amp;quot; },
                  choiceValues: { 1, 0 },
                  /*value: fv!item[&amp;#39;recordType!{b5dd0e17-b6cf-431f-a6b1-27d0db4b17da}GAI Ref App Review Questions.relationships.{407e0837-118e-4386-9d0f-db23d7df12ba}gaiAppReview.fields.{899275d5-d9e3-4030-9291-883eaf45d2c6}reviewerAnswerBool&amp;#39;],*/
                  /*saveInto: fv!item[&amp;#39;recordType!{b5dd0e17-b6cf-431f-a6b1-27d0db4b17da}GAI Ref App Review Questions.relationships.{407e0837-118e-4386-9d0f-db23d7df12ba}gaiAppReview.fields.{899275d5-d9e3-4030-9291-883eaf45d2c6}reviewerAnswerBool&amp;#39;],*/
                  choiceLayout: &amp;quot;COMPACT&amp;quot;
                ),
                a!paragraphField(
                  /*value: fv!item[&amp;#39;recordType!{b5dd0e17-b6cf-431f-a6b1-27d0db4b17da}GAI Ref App Review Questions.relationships.{407e0837-118e-4386-9d0f-db23d7df12ba}gaiAppReview.fields.{2a1bfc02-84a2-4226-8519-1a87a180881c}reviewerComment&amp;#39;],*/
                  /*saveInto: fv!item[&amp;#39;recordType!{b5dd0e17-b6cf-431f-a6b1-27d0db4b17da}GAI Ref App Review Questions.relationships.{407e0837-118e-4386-9d0f-db23d7df12ba}gaiAppReview.fields.{2a1bfc02-84a2-4226-8519-1a87a180881c}reviewerComment&amp;#39;],*/
                  characterLimit: 500
                ),
                a!dropdownField(
                  label: &amp;quot;Review Score&amp;quot;,
                  placeholder: &amp;quot;--- Select the review score ---&amp;quot;,
                  choiceLabels: local!ReviewScore,
                  choiceValues: local!ReviewScore
                ),

              }
            )
          ),&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;This is my code&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Could not display interface. Please check definition and inputs.</title><link>https://community.appian.com/thread/122228?ContentTypeID=1</link><pubDate>Sat, 25 Nov 2023 16:45:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:41c54b67-c0f5-4374-9872-27fe541c8ca2</guid><dc:creator>Stefan Helzle</dc:creator><description>&lt;p&gt;Not much detail here. Could it be that you try to access data that you did not include in the query?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>