{"id":195,"date":"2017-06-14T11:30:02","date_gmt":"2017-06-14T18:30:02","guid":{"rendered":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/power-apps\/intelligent-initial-selection-of-fields-and-prepopulated-gallery-layouts\/"},"modified":"2025-06-11T08:13:22","modified_gmt":"2025-06-11T15:13:22","slug":"intelligent-initial-selection-of-fields-and-prepopulated-gallery-layouts","status":"publish","type":"post","link":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/power-apps\/intelligent-initial-selection-of-fields-and-prepopulated-gallery-layouts\/","title":{"rendered":"Intelligent initial selection of fields and prepopulated gallery layouts (Previous Version)"},"content":{"rendered":"<p>\u00a0<\/p>\n<p>Based on the great feedback that we have received from you, the Microsoft PowerApps and Common Data Service teams continue to add features to help app authors quickly create business apps. We are happy to announce the availability of some new features that we hope will further empower app authors to deliver rich end-user experiences with less effort.<\/p>\n<h2>Intelligent initial selection of fields for the Gallery, Form and Data table controls<\/h2>\n<p>When an app author connects a <b>Gallery<\/b>, <b>Form<\/b>, or <b>Data table<\/b> control to a data source for a Common Data Service entity, the framework now intelligently selects the fields to connect the child controls to. A control, such as <b>Gallery<\/b>, <b>Form<\/b>, or <b>Data table<\/b>, uses the most suitable ordered list of fields using metadata from the Common Data Service. The control then intelligently connects its child controls to fields in that list by using various factors, such as the order of the fields in the list, the type of the fields, and the type of the child controls. Under the hood, we extended the PowerApps connectors in order to provide multiple ordered lists of fields to enable this feature.<\/p>\n<p>Let\u2019s look at this feature in action!<\/p>\n<ol>\n<li>Create a blank tablet or phone app.<\/li>\n<li>On the <b>Insert<\/b> tab, click or tap <b>Gallery<\/b>, and then click or tap <b>Vertical<\/b>.<br \/>\n\tA <b>Gallery<\/b> control is added to the screen. By default, the layout is set to <b>Image, title and subtitle<\/b>.<\/li>\n<li>Use the layout picker to change the layout of the gallery to <b>Title, subtitle and body<\/b>.<\/li>\n<li>In the right pane, click or tap <b>CustomGallerySample<\/b>, and then click or tap <b>Add a data source<\/b>.<\/li>\n<li>In the list of connections, click or tap the connection for your database.<\/li>\n<li>In the list of entities, click or tap <b>Case<\/b>, and then click or tap <b>Connect<\/b>.<\/li>\n<li>A data source for the <b>Case<\/b> entity is created, and the <b>DataSource<\/b> property of the gallery is set to that data source.<br \/>\n\tThe <b>Title <\/b>control is connected to the <b>CaseId<\/b> field, the <b>Subtitle<\/b> control is connected to the <b>Name<\/b> field, and the <b>Body <\/b>control is connected to the <b>Status<\/b> field.<br \/>\n\tThis configuration provides app authors with a great initial gallery for the <b>Case <\/b>entity and hopefully reduces the time they spend updating the control-to-field mapping.<\/li>\n<\/ol>\n<p><img loading=\"lazy\" decoding=\"async\" alt=\"Intelligent initial selection of fields for the Gallery control \" border=\"0\" height=\"327\" src=\"https:\/\/pwrappscdn.azureedge.net\/mediahandler\/blog\/media\/PowerApps\/blog\/223ea262-aaff-450b-a31d-3d86cc6ca32a.png\" style=\"border: 0px currentcolor; border-image: none; padding-top: 0px; padding-right: 0px; padding-left: 0px; display: inline; background-image: none;\" title=\"Intelligent initial selection of fields for the Gallery control\" width=\"360\"\/><\/p>\n<p>App authors will have a similar experience for the <b>Form<\/b> and <b>Data table<\/b> controls. If they add a <b>Display <\/b>or <b>Edit Form<\/b> control, and connect it to the <b>Case<\/b> entity, they will see an ordered list of data cards for some fields that are automatically added for them.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" alt=\"Intelligent initial selection of fields for the Form control\" border=\"0\" height=\"340\" src=\"https:\/\/pwrappscdn.azureedge.net\/mediahandler\/blog\/media\/PowerApps\/blog\/fc83ad9b-0568-4e9e-81cc-fe705a6045a6.png\" style=\"border: 0px currentcolor; border-image: none; padding-top: 0px; padding-right: 0px; padding-left: 0px; display: inline; background-image: none;\" title=\"Intelligent initial selection of fields for the Form control\" width=\"610\"\/><\/p>\n<p>To learn more about form layout, please read: <a href=\"https:\/\/powerapps.microsoft.com\/tutorials\/working-with-form-layout\/\">Understand data form layout in Microsoft PowerApps<\/a>.<\/p>\n<p>For a <b>Data table<\/b> control, app authors will see that the columns are automatically added for some fields.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" alt=\"Intelligent initial selection of fields for the Data table control\" border=\"0\" height=\"216\" src=\"https:\/\/pwrappscdn.azureedge.net\/mediahandler\/blog\/media\/PowerApps\/blog\/a6c8eb6d-ff91-40af-a7be-9c7f9eff9b4e.png\" style=\"border-width: 0px; padding-top: 0px; padding-right: 0px; padding-left: 0px; display: inline; background-image: none;\" title=\"Intelligent initial selection of fields for the Data table control\" width=\"610\"\/><\/p>\n<p>To learn more about the <strong>Data table<\/strong> control, please read: <a href=\"https:\/\/powerapps.microsoft.com\/tutorials\/control-data-table\/\">Data table control in PowerApps<\/a>.<\/p>\n<p>The Common Data Service provides this ordered list of fields based on the <strong>field groups <\/strong>that are defined on entities. In the preceding example, the <b>Gallery<\/b> control gets its ordered list of fields from the <b>DefaultCard<\/b> field group of the <b>Case<\/b> entity. The <b>Display<\/b> and <b>Edit Form<\/b> controls get their ordered list of fields from the <b>DefaultDetails<\/b> field group of the <b>Case<\/b> entity. The <b>Data table<\/b> control gets its ordered list of fields from the <b>DefaultList<\/b> field group of the <b>Case<\/b> entity. To take advantage of this feature for a custom entity, app authors should add the appropriate fields to these same <strong>field groups <\/strong>for their custom entity. This will enable the same great behavior in the PowerApps controls when used with that custom entity.<\/p>\n<p>It\u2019s important to note that even though the controls (<b>Gallery<\/b>, <b>Form<\/b>, and <b>Data table<\/b>) use the fields from the field group, there is no on-going dependency between the controls and the field groups. The controls rely on the ordered list of fields that the connector provides to them. The connector (the Common Data Service connector in this case) just happens to use the field groups to provide that ordered list of fields. The controls themselves are not aware of the existence of field groups. Additionally once the initial field selection is done any changes to the field group do not automatically propagate to the controls.<\/p>\n<p>Great news! This feature isn\u2019t limited to Common Data Service. Any PowerApps connector can provide an ordered list of fields that the controls look for. To create the ordered list, a connector can use its own internal concepts and logic.<\/p>\n<p>Currently, only the Common Data Service connector provides the ordered list of fields but we hope that in the future more connectors will light up this feature.<\/p>\n<p>We&#8217;re just getting started with this feature, so there are a few known issues that we are working to quickly fix in subsequent releases. Here are some of these issues:<\/p>\n<ol>\n<li>Some field types, such as lookups, are currently skipped when fields are connected to child controls.<\/li>\n<li>Intelligent initial selection isn\u2019t used for <b>Gallery<\/b> controls when an app is created from data for a Common Data Service entity.<\/li>\n<\/ol>\n<h2>Prepopulated gallery layouts<\/h2>\n<p>Standard layouts and intelligent initial selection of fields help app authors get a jump start to create forms for their business apps. However, customizing galleries to make them business-ready often takes more time and effort. To help reduce authoring time, we now provide rich prepopulated gallery layouts for some of our most frequently used Common Data Service entities!<\/p>\n<p>Follow these steps to understand how you can add them in your app.<\/p>\n<ol>\n<li>Create a blank tablet or phone app.<\/li>\n<li>On the <b>Insert<\/b> tab, click or tap <b>Gallery<\/b>, and then click or tap <b>Vertical<\/b>.<br \/>\n\tA <b>Gallery<\/b> control is added to the screen. By default, the layout is set to <b>Image, title and subtitle<\/b>.<\/li>\n<li>In the right pane, click or tap <b>CustomGallerySample<\/b>, and then click or tap <b>Add a data source<\/b>.<\/li>\n<li>In the list of connections, click or tap the connection for your database.<\/li>\n<li>In the list of entities, click or tap <b>Worker<\/b>, and then click or tap <b>Connect<\/b>.<\/li>\n<li>A data source for the <b>Worker <\/b>entity is created, and the <b>DataSource<\/b> property of the gallery is set to that data source.<\/li>\n<li>In the layout picker, click or tap <b>Image, title and subtitle<\/b>, and then, in the <b>Prepopulated<\/b> section, click or tap <b>Worker list<\/b>.<br \/>\n\tThe <b>Gallery<\/b> control is updated to a rich prepopulated layout for the <b>Worker<\/b> entity.<\/li>\n<\/ol>\n<p>\u00a0<img loading=\"lazy\" decoding=\"async\" alt=\"Prepopulated gallery for Worker\" border=\"0\" height=\"480\" src=\"https:\/\/pwrappscdn.azureedge.net\/mediahandler\/blog\/media\/PowerApps\/blog\/e6170483-ebdb-4915-b163-0ebcf0f4785d.png\" style=\"border: 0px currentcolor; border-image: none; display: inline; background-image: none;\" title=\"Prepopulated gallery for Worker\" width=\"318\"\/><\/p>\n<p>These prepopulated layouts are authored by the Common Data Service team. Their design incorporates the team\u2019s knowledge of the entity\u2019s metadata and fields.<\/p>\n<p>As of today, prepopulated gallery layouts are available for the following Common Data Service entities.<\/p>\n<ul><!--StartFragment--><\/p>\n<li>Alumnus<\/li>\n<li>Application user<\/li>\n<li>Contact<\/li>\n<li>Person<\/li>\n<li>Worker<\/li>\n<p><!--EndFragment-->\n<\/ul>\n<p>Prepopulated gallery layouts will be made available soon for these other Common Data Service entities.<\/p>\n<ul>\n<li>Account<\/li>\n<li>Case<\/li>\n<li>Organization<\/li>\n<li>Product<\/li>\n<li>Purchase order<\/li>\n<li>Sales invoice<\/li>\n<li>Sales order<\/li>\n<li>Vendor<\/li>\n<\/ul>\n<p>Based on your feedback and usage, we hope to add more in the future!<\/p>\n<p>When app authors use a prepopulated layout in their app, they get a copy that is independent of the original layout. Any changes that they make are saved in their app and don\u2019t affect the original layout definition. Similarly, changes that the Common Data Service team publishes to the layout definition won\u2019t be automatically reflected in their app.<\/p>\n<p>To learn more about the <strong>Gallery<\/strong> control and how to customize it, please read: <a href=\"https:\/\/powerapps.microsoft.com\/tutorials\/control-gallery\/\">Gallery control in PowerApps<\/a> and <a href=\"https:\/\/powerapps.microsoft.com\/tutorials\/add-gallery\/\">Show a list of items in PowerApps<\/a>.<\/p>\n<p>We also plan to extend the concept of prepopulated layouts to the <b>Form<\/b> and <b>Data table<\/b> controls in a future release. We will investigate this option, based on the feedback that we receive from you.<\/p>\n<p>Just like the <strong>intelligent initial selection of fields <\/strong>feature that was described above, the <strong>prepopulated layout <\/strong>feature isn\u2019t limited to just the Common Data Service. Any PowerApps connector can provide prepopulated layouts for its data sources.<\/p>\n<p>We hope that these features will help app authors quickly create great apps and deliver rich end-user experiences with less effort. As always, we look forward to receiving your feedback and hearing about your experience with these features.<\/p>\n<p>Thanks!<br \/>\nAnees<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Based on all the great feedback we receive from you, the PowerApps and Common Data Service teams continue to add features to help app authors quickly create business apps.<\/p>\n","protected":false},"author":110,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"ms_queue_id":[],"ep_exclude_from_search":false,"_classifai_error":"","_classifai_text_to_speech_error":"","_alt_title":"","ms-ems-related-posts":[],"footnotes":""},"audience":[3378],"content-type":[3424],"job-role":[],"product":[3473],"property":[],"topic":[],"coauthors":[2112],"class_list":["post-195","post","type-post","status-publish","format-standard","hentry","audience-it-professional","content-type-news","product-power-apps"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Intelligent initial selection of fields and prepopulated gallery layouts (Previous Version) - Microsoft Power Platform Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/2017\/06\/14\/intelligent-initial-selection-of-fields-and-prepopulated-gallery-layouts\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Intelligent initial selection of fields and prepopulated gallery layouts (Previous Version) - Microsoft Power Platform Blog\" \/>\n<meta property=\"og:description\" content=\"Based on all the great feedback we receive from you, the PowerApps and Common Data Service teams continue to add features to help app authors quickly create business apps.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/power-apps\/intelligent-initial-selection-of-fields-and-prepopulated-gallery-layouts\/\" \/>\n<meta property=\"og:site_name\" content=\"Microsoft Power Platform Blog\" \/>\n<meta property=\"article:published_time\" content=\"2017-06-14T18:30:02+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-11T15:13:22+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/pwrappscdn.azureedge.net\/mediahandler\/blog\/media\/PowerApps\/blog\/223ea262-aaff-450b-a31d-3d86cc6ca32a.png\" \/>\n<meta name=\"author\" content=\"Anees Ansari\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Anees Ansari\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/2017\/06\/14\/intelligent-initial-selection-of-fields-and-prepopulated-gallery-layouts\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/2017\/06\/14\/intelligent-initial-selection-of-fields-and-prepopulated-gallery-layouts\/\"},\"author\":[{\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/author\/anees-ansari\/\",\"@type\":\"Person\",\"@name\":\"Anees Ansari\"}],\"headline\":\"Intelligent initial selection of fields and prepopulated gallery layouts (Previous Version)\",\"datePublished\":\"2017-06-14T18:30:02+00:00\",\"dateModified\":\"2025-06-11T15:13:22+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/2017\/06\/14\/intelligent-initial-selection-of-fields-and-prepopulated-gallery-layouts\/\"},\"wordCount\":1350,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/2017\/06\/14\/intelligent-initial-selection-of-fields-and-prepopulated-gallery-layouts\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/pwrappscdn.azureedge.net\/mediahandler\/blog\/media\/PowerApps\/blog\/223ea262-aaff-450b-a31d-3d86cc6ca32a.png\",\"keywords\":[\"Dataverse\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/2017\/06\/14\/intelligent-initial-selection-of-fields-and-prepopulated-gallery-layouts\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/2017\/06\/14\/intelligent-initial-selection-of-fields-and-prepopulated-gallery-layouts\/\",\"url\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/2017\/06\/14\/intelligent-initial-selection-of-fields-and-prepopulated-gallery-layouts\/\",\"name\":\"Intelligent initial selection of fields and prepopulated gallery layouts (Previous Version) - Microsoft Power Platform Blog\",\"isPartOf\":{\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/2017\/06\/14\/intelligent-initial-selection-of-fields-and-prepopulated-gallery-layouts\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/2017\/06\/14\/intelligent-initial-selection-of-fields-and-prepopulated-gallery-layouts\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/pwrappscdn.azureedge.net\/mediahandler\/blog\/media\/PowerApps\/blog\/223ea262-aaff-450b-a31d-3d86cc6ca32a.png\",\"datePublished\":\"2017-06-14T18:30:02+00:00\",\"dateModified\":\"2025-06-11T15:13:22+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/2017\/06\/14\/intelligent-initial-selection-of-fields-and-prepopulated-gallery-layouts\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/2017\/06\/14\/intelligent-initial-selection-of-fields-and-prepopulated-gallery-layouts\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/2017\/06\/14\/intelligent-initial-selection-of-fields-and-prepopulated-gallery-layouts\/#primaryimage\",\"url\":\"https:\/\/pwrappscdn.azureedge.net\/mediahandler\/blog\/media\/PowerApps\/blog\/223ea262-aaff-450b-a31d-3d86cc6ca32a.png\",\"contentUrl\":\"https:\/\/pwrappscdn.azureedge.net\/mediahandler\/blog\/media\/PowerApps\/blog\/223ea262-aaff-450b-a31d-3d86cc6ca32a.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/2017\/06\/14\/intelligent-initial-selection-of-fields-and-prepopulated-gallery-layouts\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Intelligent initial selection of fields and prepopulated gallery layouts (Previous Version)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/#website\",\"url\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/\",\"name\":\"Microsoft Power Platform Blog\",\"description\":\"Innovate with Business Apps\",\"publisher\":{\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/#organization\",\"name\":\"Microsoft Power Platform Blog\",\"url\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-content\/uploads\/2020\/03\/Microsoft-Logo-e1685482038800.png\",\"contentUrl\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-content\/uploads\/2020\/03\/Microsoft-Logo-e1685482038800.png\",\"width\":194,\"height\":145,\"caption\":\"Microsoft Power Platform Blog\"},\"image\":{\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/#\/schema\/person\/268f2fbf1f9a8ff4fbdfb842e251d32e\",\"name\":\"Anees Ansari\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/56f0a46eeedae23a6050e2c66222508fad5cc97d6fb6c29143da201d08373b88?s=96&d=mm&r=g14de29dcbf6f04ecaac3b4dd4584d37c\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/56f0a46eeedae23a6050e2c66222508fad5cc97d6fb6c29143da201d08373b88?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/56f0a46eeedae23a6050e2c66222508fad5cc97d6fb6c29143da201d08373b88?s=96&d=mm&r=g\",\"caption\":\"Anees Ansari\"},\"url\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/author\/aneesa\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Intelligent initial selection of fields and prepopulated gallery layouts (Previous Version) - Microsoft Power Platform Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/2017\/06\/14\/intelligent-initial-selection-of-fields-and-prepopulated-gallery-layouts\/","og_locale":"en_US","og_type":"article","og_title":"Intelligent initial selection of fields and prepopulated gallery layouts (Previous Version) - Microsoft Power Platform Blog","og_description":"Based on all the great feedback we receive from you, the PowerApps and Common Data Service teams continue to add features to help app authors quickly create business apps.","og_url":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/power-apps\/intelligent-initial-selection-of-fields-and-prepopulated-gallery-layouts\/","og_site_name":"Microsoft Power Platform Blog","article_published_time":"2017-06-14T18:30:02+00:00","article_modified_time":"2025-06-11T15:13:22+00:00","og_image":[{"url":"https:\/\/pwrappscdn.azureedge.net\/mediahandler\/blog\/media\/PowerApps\/blog\/223ea262-aaff-450b-a31d-3d86cc6ca32a.png","type":"","width":"","height":""}],"author":"Anees Ansari","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Anees Ansari","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/2017\/06\/14\/intelligent-initial-selection-of-fields-and-prepopulated-gallery-layouts\/#article","isPartOf":{"@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/2017\/06\/14\/intelligent-initial-selection-of-fields-and-prepopulated-gallery-layouts\/"},"author":[{"@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/author\/anees-ansari\/","@type":"Person","@name":"Anees Ansari"}],"headline":"Intelligent initial selection of fields and prepopulated gallery layouts (Previous Version)","datePublished":"2017-06-14T18:30:02+00:00","dateModified":"2025-06-11T15:13:22+00:00","mainEntityOfPage":{"@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/2017\/06\/14\/intelligent-initial-selection-of-fields-and-prepopulated-gallery-layouts\/"},"wordCount":1350,"commentCount":0,"publisher":{"@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/#organization"},"image":{"@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/2017\/06\/14\/intelligent-initial-selection-of-fields-and-prepopulated-gallery-layouts\/#primaryimage"},"thumbnailUrl":"https:\/\/pwrappscdn.azureedge.net\/mediahandler\/blog\/media\/PowerApps\/blog\/223ea262-aaff-450b-a31d-3d86cc6ca32a.png","keywords":["Dataverse"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/2017\/06\/14\/intelligent-initial-selection-of-fields-and-prepopulated-gallery-layouts\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/2017\/06\/14\/intelligent-initial-selection-of-fields-and-prepopulated-gallery-layouts\/","url":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/2017\/06\/14\/intelligent-initial-selection-of-fields-and-prepopulated-gallery-layouts\/","name":"Intelligent initial selection of fields and prepopulated gallery layouts (Previous Version) - Microsoft Power Platform Blog","isPartOf":{"@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/2017\/06\/14\/intelligent-initial-selection-of-fields-and-prepopulated-gallery-layouts\/#primaryimage"},"image":{"@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/2017\/06\/14\/intelligent-initial-selection-of-fields-and-prepopulated-gallery-layouts\/#primaryimage"},"thumbnailUrl":"https:\/\/pwrappscdn.azureedge.net\/mediahandler\/blog\/media\/PowerApps\/blog\/223ea262-aaff-450b-a31d-3d86cc6ca32a.png","datePublished":"2017-06-14T18:30:02+00:00","dateModified":"2025-06-11T15:13:22+00:00","breadcrumb":{"@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/2017\/06\/14\/intelligent-initial-selection-of-fields-and-prepopulated-gallery-layouts\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/2017\/06\/14\/intelligent-initial-selection-of-fields-and-prepopulated-gallery-layouts\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/2017\/06\/14\/intelligent-initial-selection-of-fields-and-prepopulated-gallery-layouts\/#primaryimage","url":"https:\/\/pwrappscdn.azureedge.net\/mediahandler\/blog\/media\/PowerApps\/blog\/223ea262-aaff-450b-a31d-3d86cc6ca32a.png","contentUrl":"https:\/\/pwrappscdn.azureedge.net\/mediahandler\/blog\/media\/PowerApps\/blog\/223ea262-aaff-450b-a31d-3d86cc6ca32a.png"},{"@type":"BreadcrumbList","@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/2017\/06\/14\/intelligent-initial-selection-of-fields-and-prepopulated-gallery-layouts\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/"},{"@type":"ListItem","position":2,"name":"Intelligent initial selection of fields and prepopulated gallery layouts (Previous Version)"}]},{"@type":"WebSite","@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/#website","url":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/","name":"Microsoft Power Platform Blog","description":"Innovate with Business Apps","publisher":{"@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/#organization","name":"Microsoft Power Platform Blog","url":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-content\/uploads\/2020\/03\/Microsoft-Logo-e1685482038800.png","contentUrl":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-content\/uploads\/2020\/03\/Microsoft-Logo-e1685482038800.png","width":194,"height":145,"caption":"Microsoft Power Platform Blog"},"image":{"@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/#\/schema\/person\/268f2fbf1f9a8ff4fbdfb842e251d32e","name":"Anees Ansari","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/56f0a46eeedae23a6050e2c66222508fad5cc97d6fb6c29143da201d08373b88?s=96&d=mm&r=g14de29dcbf6f04ecaac3b4dd4584d37c","url":"https:\/\/secure.gravatar.com\/avatar\/56f0a46eeedae23a6050e2c66222508fad5cc97d6fb6c29143da201d08373b88?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/56f0a46eeedae23a6050e2c66222508fad5cc97d6fb6c29143da201d08373b88?s=96&d=mm&r=g","caption":"Anees Ansari"},"url":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/author\/aneesa\/"}]}},"bloginabox_animated_featured_image":null,"bloginabox_display_generated_audio":false,"distributor_meta":false,"distributor_terms":false,"distributor_media":false,"distributor_original_site_name":"Microsoft Power Platform Blog","distributor_original_site_url":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog","push-errors":false,"_links":{"self":[{"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/posts\/195","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/users\/110"}],"replies":[{"embeddable":true,"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/comments?post=195"}],"version-history":[{"count":1,"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/posts\/195\/revisions"}],"predecessor-version":[{"id":131251,"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/posts\/195\/revisions\/131251"}],"wp:attachment":[{"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/media?parent=195"}],"wp:term":[{"taxonomy":"audience","embeddable":true,"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/audience?post=195"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/content-type?post=195"},{"taxonomy":"job-role","embeddable":true,"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/job-role?post=195"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/product?post=195"},{"taxonomy":"property","embeddable":true,"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/property?post=195"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/topic?post=195"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/coauthors?post=195"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}