{"id":2527,"date":"2024-04-04T05:16:21","date_gmt":"2024-04-04T05:16:21","guid":{"rendered":"https:\/\/365stack.in\/?p=2527"},"modified":"2024-04-04T05:16:24","modified_gmt":"2024-04-04T05:16:24","slug":"mastering-sharepoint-list-and-library-view-formatting-your-ultimate-guide","status":"publish","type":"post","link":"https:\/\/365stack.in\/index.php\/2024\/04\/04\/mastering-sharepoint-list-and-library-view-formatting-your-ultimate-guide\/","title":{"rendered":"Mastering SharePoint List and Library View Formatting: Your Ultimate Guide"},"content":{"rendered":"\n<p>Formatting SharePoint list views can be done using JSON code in the &#8220;Format current view&#8221; option within the SharePoint list settings. This allows you to customize the appearance of items in the list view according to your requirements. Here&#8217;s a general guide on how to format SharePoint list views:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Format Current View:<\/strong>\n<ul class=\"wp-block-list\">\n<li>In the List Settings page, scroll down to the &#8220;Views&#8221; section and click on the view you want to format.<\/li>\n\n\n\n<li>Choose &#8220;Format current view&#8221; from the options.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Add JSON Code:<\/strong>\n<ul class=\"wp-block-list\">\n<li>In the JSON formatting pane, you can either write your JSON code directly or use pre-made templates.<\/li>\n\n\n\n<li>You can find many pre-made templates and examples online that you can copy and paste into the JSON formatting pane.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Preview and Apply:<\/strong>\n<ul class=\"wp-block-list\">\n<li>After adding your JSON code, you can preview how the formatting will look by clicking on &#8220;Preview.&#8221;<\/li>\n\n\n\n<li>Once you&#8217;re satisfied with the preview, click on &#8220;Save&#8221; to apply the formatting to the list view.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Test and Adjust:<\/strong>\n<ul class=\"wp-block-list\">\n<li>After applying the formatting, test it thoroughly to ensure it meets your requirements.<\/li>\n\n\n\n<li>If adjustments are needed, you can go back to the JSON formatting pane, make changes, and save again.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Share the View (Optional):<\/strong>\n<ul class=\"wp-block-list\">\n<li>If the formatted view is useful for others, you can share it by clicking on the &#8220;Save as&#8221; button in the List Settings and providing a name for the new view.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Documentation and Resources:<\/strong>\n<ul class=\"wp-block-list\">\n<li>Refer to SharePoint documentation and community resources for more advanced formatting options and examples.<\/li>\n\n\n\n<li>Microsoft provides extensive documentation and resources for SharePoint JSON formatting, including examples and guides.<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n\n\n\n<p>Remember, JSON formatting in SharePoint can be quite powerful but may require some familiarity with JSON syntax and SharePoint&#8217;s column formatting schema. It&#8217;s recommended to test your formatting thoroughly and ensure it works as expected across different scenarios and devices.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Example: Build SharePoint View Using Document Library &#8211; Card View JSON<\/h2>\n\n\n\n<p>Columns used in below example:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Choice &#8211; languages (English, German, French)<\/li>\n\n\n\n<li>People Picker &#8211; Like\/Dislike<\/li>\n\n\n\n<li>Yes\/No &#8211; Recommended, Timestamp, Guidance<\/li>\n\n\n\n<li>Single Line Of Text<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"640\" height=\"311\" data-attachment-id=\"2531\" data-permalink=\"https:\/\/365stack.in\/index.php\/2024\/04\/04\/mastering-sharepoint-list-and-library-view-formatting-your-ultimate-guide\/blog2527-1\/\" data-orig-file=\"https:\/\/i0.wp.com\/365stack.in\/wp-content\/uploads\/2024\/04\/blog2527-1.png?fit=819%2C398&amp;ssl=1?v=1712207317\" data-orig-size=\"819,398\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"blog2527-1\" data-image-description=\"\" data-image-caption=\"\" data-medium-file=\"https:\/\/i0.wp.com\/365stack.in\/wp-content\/uploads\/2024\/04\/blog2527-1.png?fit=300%2C146&amp;ssl=1?v=1712207317\" data-large-file=\"https:\/\/i0.wp.com\/365stack.in\/wp-content\/uploads\/2024\/04\/blog2527-1.png?fit=640%2C311&amp;ssl=1?v=1712207317\" src=\"https:\/\/i0.wp.com\/365stack.in\/wp-content\/uploads\/2024\/04\/blog2527-1.png?resize=640%2C311&#038;ssl=1\" alt=\"\" class=\"wp-image-2531\" style=\"width:840px;height:auto\" srcset=\"https:\/\/i0.wp.com\/365stack.in\/wp-content\/uploads\/2024\/04\/blog2527-1.png?w=819&amp;ssl=1 819w, https:\/\/i0.wp.com\/365stack.in\/wp-content\/uploads\/2024\/04\/blog2527-1.png?w=300&amp;ssl=1 300w, https:\/\/i0.wp.com\/365stack.in\/wp-content\/uploads\/2024\/04\/blog2527-1.png?w=768&amp;ssl=1 768w\" sizes=\"auto, (max-width: 640px) 100vw, 640px\" data-recalc-dims=\"1\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Code Snippet<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n  \"$schema\": \"https:\/\/developer.microsoft.com\/json-schemas\/sp\/v2\/tile-formatting.schema.json\",\n  \"height\": 430,\n  \"width\": 300,\n  \"hideSelection\": true,\n  \"fillHorizontally\": true,\n  \"formatter\": {\n    \"elmType\": \"div\",\n    \"style\": {\n      \"box-sizing\": \"border-box\",\n      \"box-shadow\": \"rgba(99, 99, 99, 0.2) 0px 2px 8px 0px\",\n      \"border-radius\": \"6px\",\n      \"height\": \"100%\",\n      \"width\": \"100%\",\n      \"display\": \"flex\",\n      \"flex-direction\": \"column\",\n      \"overflow\": \"hidden\",\n      \"border-width\": \"1px\",\n      \"border-style\": \"solid\",\n      \"border-color\": \"#edebe9\"\n    },\n    \"children\": &#91;\n      {\n        \"elmType\": \"div\",\n        \"attributes\": {\n          \"class\": \"sp-card\"\n        }\n      },\n      {\n        \"elmType\": \"div\",\n        \"attributes\": {\n          \"class\": \"ms-bgColor-white sp-css-borderColor-neutralLight  sp-card-subContainer\"\n        },\n        \"style\": {\n          \"height\": \"100%\"\n        },\n        \"children\": &#91;\n          {\n            \"elmType\": \"div\",\n            \"attributes\": {\n              \"class\": \"sp-card-previewColumnContainer\"\n            },\n            \"children\": &#91;\n              {\n                \"elmType\": \"div\",\n                \"attributes\": {\n                  \"class\": \"sp-card-imageContainer\"\n                },\n                \"children\": &#91;\n                  {\n                    \"elmType\": \"filepreview\",\n                    \"attributes\": {\n                      \"src\": \"@thumbnail.512x432\"\n                    },\n                    \"style\": {\n                      \"height\": \"200px\"\n                    },\n                    \"filePreviewProps\": {\n                      \"fileTypeIconClass\": \"sp-css-borderColor-neutralLight\",\n                      \"fileTypeIconStyle\": {\n                        \"width\": \"100px\",\n                        \"display\": \"none\"\n                      },\n                      \"brandTypeIconClass\": \"sp-css-borderColor-neutralLight\",\n                      \"brandTypeIconStyle\": {\n                        \"width\": \"68px\",\n                        \"display\": \"none\"\n                      }\n                    }\n                  }\n                ]\n              }\n            ]\n          },\n          {\n            \"elmType\": \"div\",\n            \"style\": {\n              \"margin-top\": \"5px\",\n              \"padding-right\": \"8px\",\n              \"font-weight\": \"bold\",\n              \"text-align\": \"right\"\n            },\n            \"txtContent\": \"&#91;$Type_x0020_of_x0020_Asset]\"\n          },\n          {\n            \"elmType\": \"div\",\n            \"style\": {\n              \"height\": \"115px\",\n              \"margin-top\": \"2px\",\n              \"padding\": \"0px 8px 0px 8px\"\n            },\n            \"children\": &#91;\n              {\n                \"elmType\": \"span\",\n                \"style\": {\n                  \"font-weight\": \"normal\",\n                  \"font-size\": \"Regular\",\n                  \"display\": \"=if(&#91;$Topic] == '', 'none', 'inline')\",\n                  \"white-space\": \"break-spaces\",\n                  \"word-wrap\": \"normal\"\n                },\n                \"txtContent\": \"&#91;$Topic]\",\n                \"customRowAction\": {\n                  \"action\": \"defaultClick\"\n                }\n              },\n              {\n                \"elmType\": \"span\",\n                \"style\": {\n                  \"display\": \"=if(&#91;$Recommended]=='Yes','inline-block','none')\",\n                  \"margin-top\": \"5px\",\n                  \"margin-left\": \"5px\",\n                  \"width\": \"100px\",\n                  \"height\": \"18px\",\n                  \"color\": \"white\",\n                  \"border-radius\": \"15px\",\n                  \"padding-top\": \"5px\",\n                  \"background-color\": \"red\",\n                  \"font-weight\": \"bold\",\n                  \"font-size\": \"11px\",\n                  \"text-align\": \"center\"\n                },\n                \"attributes\": {\n                  \"class\": \"sp-row-listPadding\"\n                },\n                \"txtContent\": \"Recommended\"\n              }\n              ,\n              {\n                \"elmType\": \"div\",\n                \"style\": {\n                  \"flex-grow\": \"1\",\n                  \"display\": \"=if(&#91;$File_x0020_Type]=='mp4','inline-block','none')\"\n                },\n                \"children\": &#91;\n                  {\n                    \"elmType\": \"a\",\n                    \"txtContent\": \"Timestamp\",\n                    \"attributes\": {\n                      \"href\": \"&#91;$Timestamp]\",\n                      \"target\": \"_blank\"\n                    },\n                    \"style\": {\n                      \"display\": \"inline-block\",\n                      \"margin-top\": \"5px\",\n                      \"margin-left\": \"5px\",\n                      \"width\": \"75px\",\n                      \"height\": \"18px\",\n                      \"color\": \"white\",\n                      \"border-radius\": \"15px\",\n                      \"padding-top\": \"5px\",\n                      \"padding-bottom\": \"5px\",\n                      \"font-weight\": \"bold\",\n                      \"font-size\": \"11px\",\n                      \"text-align\": \"center\",\n                      \"text-decoration\": \"none\",\n                      \"background-color\": \"=if(&#91;$Timestamp]=='','#dddddd','#5885AF')\",\n                      \"pointer-events\": \"none\",\n                      \"cursor\": \"=if(&#91;$Timestamp]=='','not-allowed','allowed')\",\n                      \"border\": \"=if(&#91;$Timestamp]=='','1px solid #dddddd','1px solid #5885AF')\"\n                    }\n                  }\n                ]\n              },\n              {\n                \"elmType\": \"div\",\n                \"style\": {\n                  \"flex-grow\": \"1\",\n                  \"display\": \"inline-block\"\n                },\n                \"children\": &#91;\n                  {\n                    \"elmType\": \"a\",\n                    \"txtContent\": \"Guidence\",\n                    \"attributes\": {\n                      \"href\": \"&#91;$Guidence]\",\n                      \"target\": \"_blank\"\n                    },\n                    \"style\": {\n                      \"display\": \"inline-block\",\n                      \"margin-top\": \"5px\",\n                      \"margin-left\": \"5px\",\n                      \"width\": \"65px\",\n                      \"height\": \"18px\",\n                      \"color\": \"white\",\n                      \"border-radius\": \"15px\",\n                      \"padding-top\": \"5px\",\n                      \"padding-bottom\": \"5px\",\n                      \"font-weight\": \"bold\",\n                      \"font-size\": \"11px\",\n                      \"text-align\": \"center\",\n                      \"text-decoration\": \"none\",\n                      \"background-color\": \"=if(&#91;$Guidence]=='','#dddddd','#5885AF')\",\n                      \"pointer-events\": \"none\",\n                      \"cursor\": \"=if(&#91;$Guidence]=='','not-allowed','allowed')\",\n                      \"border\": \"=if(&#91;$Guidence]=='','1px solid #dddddd','1px solid #5885AF')\"\n                    }\n                  }\n                ]\n              }\n            ]\n          },\n          {\n            \"elmType\": \"div\",\n            \"style\": {\n              \"margin-left\": \"5px\"\n            },\n            \"children\": &#91;\n              {\n                \"elmType\": \"div\",\n                \"style\": {\n                  \"display\": \"inline-block\"\n                },\n                \"forEach\": \"item in &#91;$Language]\",\n                \"children\": &#91;\n                  {\n                    \"elmType\": \"a\",\n                    \"style\": {\n                      \"display\": \"inline-block\",\n                      \"padding\": \"2px 2px\",\n                      \"font-size\": \"9px\",\n                      \"text-align\": \"center\",\n                      \"text-decoration\": \"none\",\n                      \"border\": \"1px solid #3498db\",\n                      \"color\": \"#3498db\",\n                      \"background-color\": \"#ffffff\",\n                      \"border-radius\": \"5px\",\n                      \"transition\": \"background-color 0.3s, color 0.3s\",\n                      \"margin-left\": \"5px\",\n                      \"margin-top\": \"10px\"\n                    },\n                    \"attributes\": {\n                      \"href\": \"YOUR_URL\",\n                      \"target\": \"_blank\"\n                    },\n                    \"txtContent\": \"&#91;$item]\"\n                  }\n                ]\n              }\n            ]\n          },\n          {\n            \"elmType\": \"div\",\n            \"style\": {\n              \"text-align\": \"left\",\n              \"margin-left\": \"6px\",\n              \"margin-bottom\": \"15px\",\n              \"margin-top\": \"15px\"\n            },\n            \"children\": &#91;\n              {\n                \"elmType\": \"button\",\n                \"customRowAction\": {\n                  \"action\": \"setValue\",\n                  \"actionInput\": {\n                    \"Like\": \"=if(indexOf(&#91;$Like.email] , @me) &gt; -1 , removeFrom(&#91;$Like.email] , @me) , appendTo(&#91;$Like.email] , @me) )\",\n                    \"Dislike\": \"=removeFrom(&#91;$Dislike.email] , @me)\"\n                  }\n                },\n                \"attributes\": {\n                  \"class\": \"ms-fontColor-themePrimary ms-fontColor-themeDarker--hover\",\n                  \"title\": \"Like\"\n                },\n                \"style\": {\n                  \"border\": \"none\",\n                  \"background-color\": \"transparent\",\n                  \"cursor\": \"pointer\",\n                  \"font-size\": \"18px\"\n                },\n                \"children\": &#91;\n                  {\n                    \"elmType\": \"span\",\n                    \"attributes\": {\n                      \"iconName\": \"=if(indexOf(&#91;$Like.email] , @me) &gt; -1, 'LikeSolid', 'Like')\"\n                    },\n                    \"style\": {\n                      \"padding-right\": \"2px\"\n                    }\n                  }\n                ]\n              },\n              {\n                \"elmType\": \"button\",\n                \"customRowAction\": {\n                  \"action\": \"setValue\",\n                  \"actionInput\": {\n                    \"Like\": \"=removeFrom(&#91;$Like.email], @me)\",\n                    \"Dislike\": \"=if(indexOf(&#91;$Dislike.email] , @me) &gt; -1 , removeFrom(&#91;$Dislike.email] , @me) , appendTo(&#91;$Dislike.email] , @me))\"\n                  }\n                },\n                \"attributes\": {\n                  \"class\": \"ms-fontColor-themePrimary ms-fontColor-themeDarker--hover\",\n                  \"title\": \"dislike\"\n                },\n                \"style\": {\n                  \"border\": \"none\",\n                  \"background-color\": \"transparent\",\n                  \"cursor\": \"pointer\",\n                  \"font-size\": \"18px\"\n                },\n                \"children\": &#91;\n                  {\n                    \"elmType\": \"span\",\n                    \"attributes\": {\n                      \"iconName\": \"=if(indexOf(&#91;$Dislike.email] , @me) &gt; -1, 'DislikeSolid', 'Dislike')\"\n                    },\n                    \"style\": {\n                      \"padding-right\": \"8px\"\n                    }\n                  }\n                ]\n              },\n              {\n                \"elmType\": \"div\",\n                \"style\": {\n                  \"flex-grow\": \"1\",\n                  \"display\": \"inline-block\"\n                },\n                \"children\": &#91;\n                  {\n                    \"elmType\": \"a\",\n                    \"txtContent\": \"Open Link\",\n                    \"attributes\": {\n                      \"href\": \"&#91;$DocumentLink]\",\n                      \"class\": \"sp-card-linkButto\"\n                    },\n                    \"style\": {\n                      \"color\": \"white\",\n                      \"text-decoration\": \"none\",\n                      \"padding\": \"5px 10px\",\n                      \"border\": \"=if(&#91;$DocumentLink]=='','1px solid #dddddd','1px solid #03787c')\",\n                      \"border-radius\": \"4px\",\n                      \"background-color\": \"=if(&#91;$DocumentLink]=='','#dddddd','#03787c')\",\n                      \"display\": \"inline-block\",\n                      \"margin-left\": \"5px\",\n                      \"pointer-events\": \"none\",\n                      \"cursor\": \"=if(&#91;$DocumentLink]=='','not-allowed','allowed')\"\n                    }\n                  }\n                ]\n              },\n              {\n                \"elmType\": \"div\",\n                \"style\": {\n                  \"flex-grow\": \"1\",\n                  \"display\": \"inline-block\"\n                },\n                \"children\": &#91;\n                  {\n                    \"elmType\": \"a\",\n                    \"txtContent\": \"Feedback\",\n                    \"attributes\": {\n                      \"href\": \"='YOUR_URL'\",\n                      \"target\": \"_blank\",\n                      \"class\": \"sp-card-linkButto\"\n                    },\n                    \"style\": {\n                      \"color\": \"white\",\n                      \"text-decoration\": \"none\",\n                      \"padding\": \"5px 10px\",\n                      \"border\": \"1px solid #03787c\",\n                      \"border-radius\": \"4px\",\n                      \"background-color\": \"#03787c\",\n                      \"display\": \"inline-block\",\n                      \"margin-left\": \"10px\"\n                    }\n                  }\n                ]\n              }\n            ]\n          }\n        ]\n      }\n    ]\n  }\n}<\/code><\/pre>\n\n\n\n<p>Reference: <a href=\"https:\/\/learn.microsoft.com\/en-us\/sharepoint\/dev\/declarative-customization\/view-formatting\" target=\"_blank\" rel=\"noopener\" title=\"\">https:\/\/learn.microsoft.com\/en-us\/sharepoint\/dev\/declarative-customization\/view-formatting<\/a><\/p>\n\n\n\n<p>Happy Building \ud83d\ude42<\/p>\n\n\n\n<p>Check Out Our Power Automate : <a href=\"https:\/\/365stack.in\/index.php\/2022\/07\/01\/how-to-integrate-automation-anywhere-iq-bot-with-power-platform\/\" target=\"_blank\" rel=\"noopener\" title=\"How to integrate Automation Anywhere IQ Bot with Power Platform\">https:\/\/365stack.in\/wp-admin\/post.php?post=1937&amp;action=edit<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Formatting SharePoint list views can be done using JSON code in the &#8220;Format current view&#8221; option within the SharePoint list settings. This allows you to customize the appearance of items in the list view according to your requirements. Here&#8217;s a general guide on how to format SharePoint list views: Remember, JSON formatting in SharePoint can be quite powerful but may [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":2528,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_mi_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","footnotes":"","jetpack_publicize_message":"","jetpack_is_tweetstorm":false,"jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","enabled":false}}},"categories":[4],"tags":[85,98,120,30,119],"class_list":["post-2527","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-sharepoint","tag-json","tag-library","tag-list","tag-sharepoint","tag-view-formatter"],"jetpack_publicize_connections":[],"aioseo_notices":[],"jetpack_featured_media_url":"https:\/\/i0.wp.com\/365stack.in\/wp-content\/uploads\/2024\/04\/blog2527.png?fit=819%2C398&ssl=1?v=1712205174","jetpack_sharing_enabled":true,"jetpack_likes_enabled":true,"jetpack-related-posts":[{"id":1520,"url":"https:\/\/365stack.in\/index.php\/2021\/11\/19\/how-to-add-dynamic-attachments-in-power-automate-send-email-action\/","url_meta":{"origin":2527,"position":0},"title":"How to add dynamic attachments in Send Email\/Approval Action","author":"Hemanthkumar Rajan","date":"November 19, 2021","format":false,"excerpt":"In some scenarios, we may need to add attachments while sending emails to businesses, Some times the attachment files will be dynamic and it will be changed based on users or scenarios. We may get the files from SharePoint, Onedrive, Azure, or any HTTP request, In all cases we can\u2026","rel":"","context":"In &quot;Power Automate&quot;","block_context":{"text":"Power Automate","link":"https:\/\/365stack.in\/index.php\/category\/power-platform\/power-automate\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/365stack.in\/wp-content\/uploads\/2021\/11\/Screenshot-131.png?fit=1047%2C653&ssl=1%3Fv%3D1637336922&resize=350%2C200","width":350,"height":200},"classes":[]},{"id":1636,"url":"https:\/\/365stack.in\/index.php\/2021\/11\/29\/how-to-add-rows-in-excel-online-using-power-automate\/","url_meta":{"origin":2527,"position":1},"title":"How to add rows in Excel online using Power Automate","author":"Hemanthkumar Rajan","date":"November 29, 2021","format":false,"excerpt":"Adding rows to an excel file or exporting the data in \".xlsx\" format, which can be sent to users or other applications as data feed can be a common scenario. In this example, we used the \"Excel online business\" connector to add rows to the excel file, Previously we already\u2026","rel":"","context":"In &quot;Power Automate&quot;","block_context":{"text":"Power Automate","link":"https:\/\/365stack.in\/index.php\/category\/power-platform\/power-automate\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/365stack.in\/wp-content\/uploads\/2021\/11\/Screenshot-214.png?fit=997%2C551&ssl=1%3Fv%3D1637930822&resize=350%2C200","width":350,"height":200},"classes":[]},{"id":2062,"url":"https:\/\/365stack.in\/index.php\/2022\/05\/01\/how-to-update-editor-and-author-fields-in-sharepoint-using-power-automate\/","url_meta":{"origin":2527,"position":2},"title":"How to update editor and author fields in SharePoint using Power Automate","author":"Hemanthkumar Rajan","date":"May 1, 2022","format":false,"excerpt":"Power Automate will run under owner connection or we can change the connection for a specific action. So when an update item or create item action is used in the flow, the \"created by\" or \"modified by\" will be updated by owner name or whoever name is configured in the\u2026","rel":"","context":"In &quot;Power Automate&quot;","block_context":{"text":"Power Automate","link":"https:\/\/365stack.in\/index.php\/category\/power-platform\/power-automate\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/365stack.in\/wp-content\/uploads\/2021\/12\/Screenshot-544.png?fit=915%2C721&ssl=1%3Fv%3D1639683153&resize=350%2C200","width":350,"height":200},"classes":[]},{"id":1973,"url":"https:\/\/365stack.in\/index.php\/2022\/06\/24\/http-triggers-in-power-automate-explained\/","url_meta":{"origin":2527,"position":3},"title":"HTTP triggers in Power Automate explained","author":"Hemanthkumar Rajan","date":"June 24, 2022","format":false,"excerpt":"Power Automate flows can be triggered with HTTP triggers and it will be useful in many scenarios. There are HTTP actions available inside a flow that can be used to get or post data to an external system, In the Azure Form recognizer example, we have used HTTP get request.\u2026","rel":"","context":"In &quot;Power Automate&quot;","block_context":{"text":"Power Automate","link":"https:\/\/365stack.in\/index.php\/category\/power-platform\/power-automate\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/365stack.in\/wp-content\/uploads\/2021\/12\/Screenshot-612-1.png?fit=1200%2C550&ssl=1%3Fv%3D1640102154&resize=350%2C200","width":350,"height":200},"classes":[]},{"id":1527,"url":"https:\/\/365stack.in\/index.php\/2021\/11\/21\/how-to-create-custom-attachment-control-in-powerapps\/","url_meta":{"origin":2527,"position":4},"title":"How to create custom attachment control in PowerApps","author":"Hemanthkumar Rajan","date":"November 21, 2021","format":false,"excerpt":"Attaching a file along with the form is a common requirement, By default PowerApps does not provide any attachment control. But if the SharePoint list is added as a datasource automatically the attachment control will be generated along with the controls. But if multiple attachment control has to be shown\u2026","rel":"","context":"In &quot;Canvas Apps&quot;","block_context":{"text":"Canvas Apps","link":"https:\/\/365stack.in\/index.php\/category\/power-platform\/powerapps\/canvas-apps\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/365stack.in\/wp-content\/uploads\/2021\/11\/Screenshot-143.png?fit=1200%2C467&ssl=1%3Fv%3D1637483532&resize=350%2C200","width":350,"height":200},"classes":[]},{"id":1971,"url":"https:\/\/365stack.in\/index.php\/2021\/12\/11\/how-to-export-import-canvas-apps\/","url_meta":{"origin":2527,"position":5},"title":"How to Export &#038; Import Canvas Apps","author":"Hemanthkumar Rajan","date":"December 11, 2021","format":false,"excerpt":"Deploying artifacts from one environment to another is an integral part of application life cycle management. If the development is carried out in solutions (which is the recommended way) all the flows and apps can be exported and imported in one installment. Previously we saw how to import flows individually,\u2026","rel":"","context":"In &quot;Canvas Apps&quot;","block_context":{"text":"Canvas Apps","link":"https:\/\/365stack.in\/index.php\/category\/power-platform\/powerapps\/canvas-apps\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/365stack.in\/wp-content\/uploads\/2021\/12\/Screenshot-350.png?fit=1200%2C598&ssl=1%3Fv%3D1639077310&resize=350%2C200","width":350,"height":200},"classes":[]}],"_links":{"self":[{"href":"https:\/\/365stack.in\/index.php\/wp-json\/wp\/v2\/posts\/2527","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/365stack.in\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/365stack.in\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/365stack.in\/index.php\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/365stack.in\/index.php\/wp-json\/wp\/v2\/comments?post=2527"}],"version-history":[{"count":4,"href":"https:\/\/365stack.in\/index.php\/wp-json\/wp\/v2\/posts\/2527\/revisions"}],"predecessor-version":[{"id":2533,"href":"https:\/\/365stack.in\/index.php\/wp-json\/wp\/v2\/posts\/2527\/revisions\/2533"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/365stack.in\/index.php\/wp-json\/wp\/v2\/media\/2528"}],"wp:attachment":[{"href":"https:\/\/365stack.in\/index.php\/wp-json\/wp\/v2\/media?parent=2527"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/365stack.in\/index.php\/wp-json\/wp\/v2\/categories?post=2527"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/365stack.in\/index.php\/wp-json\/wp\/v2\/tags?post=2527"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}