# Power356tips > Power Platform & Dynamics 365 tips ## Posts - [Managing Content Security Policy (CSP) Header in Power Pages](https://power365tips.com/managing-csp-header-in-power-pages/): Configure CSP headers in Power Pages to improve security, test changes safely, and refine your policy based on browser-reported violations. - [Handling long-running HTTP-triggered flows in Power Automate](https://power365tips.com/long-running-http-triggered-flows/): Avoid timeout issues in long-running Power Automate HTTP-triggered flows by enabling asynchronous responses. - [Configuring the rich text editor in Power Apps](https://power365tips.com/configuring-rich-text-editor-in-power-apps/): Discover how to simplify the Rich Text Editor in Power Apps and improve the user experience by limiting formatting options with a simple configuration. - [Securing HTTP-triggered flows in Power Automate](https://power365tips.com/securing-http-triggered-flows-power-automate/): Secure your Power Automate HTTP-triggered flows with Microsoft Entra ID authentication and OAuth 2.0 access tokens. - [Display Images from a Dataverse Image Column in Power Pages](https://power365tips.com/display-images-in-power-pages-from-dataverse/): Learn how to display images stored in a Dataverse image column directly in Power Pages using the built-in endpoint. - [ABN/ACN Validation in Power Automate Using the ABR API](https://power365tips.com/abn-acn-validation-in-power-automate/): Validate ABN and ACN identifiers within Power Automate with a simple API call. Improve data reliability across your automated flows. - [Aggregate queries in Power Pages](https://power365tips.com/aggregate-queries-in-power-pages/): Aggregate queries let you transform raw records into meaningful summaries, enabling metrics-focused dashboards in Power Pages. - [Safeguarding Your Dataverse: A Guide to Backups and Restoration](https://power365tips.com/backups-and-restoration-in-dataverse/): This guide walks through the essentials of protecting your Dataverse data with reliable backups and smooth restoration steps. - [Power Pages Server Logic](https://power365tips.com/power-pages-server-logic/): Power Pages Server Logic brings true server-side processing to Power Pages, letting you run JavaScript securely without exposing sensitive details. - [How to access Environment Variables in a Plugin](https://power365tips.com/environment-variables-in-plugin/): Learn how to efficiently retrieve and use environment variables in Dataverse plugins and improve flexibility and maintainability. - [How to add Cloudflare Turnstile in Power Pages](https://power365tips.com/add-cloudflare-turnstile-in-power-pages/): Secure your Power Pages forms effortlessly by integrating Cloudflare Turnstile to block bots while keeping user experience smooth. - [Adding CAPTCHA in Power Pages forms](https://power365tips.com/adding-captcha-in-power-pages-form/): Add an extra layer of security to your Power Pages by enabling built‑in CAPTCHA field for Basic and Multipstep forms. - [How to calculate age using formula column in Power Apps](https://power365tips.com/calculate-age-using-formula-column-in-power-apps/): Learn how to calculate age using the Power Fx and formula columns in Power Apps Dataverse. - [Understanding Formula Columns in Power Apps](https://power365tips.com/formula-columns-in-power-apps/): Formula columns bring the power of Power Fx directly into Dataverse tables. Learn you can create one and use in your Power App. - [How to Display Option Sets as Radio Buttons in Power Pages](https://power365tips.com/display-option-sets-as-radio-buttons/): Learn how to display dropdown option sets as radio buttons in Power Pages for a cleaner and more user-friendly form experience, no PCF required. - [How to get current user roles in Model-driven App using JavaScript](https://power365tips.com/get-current-user-roles-in-model-driven-app/): Learn how to retrieve the current user's security roles in a Model-Driven App using JavaScript. - [How to access Logged-In User Details in Model-Driven Apps Using JavaScript](https://power365tips.com/access-logged-in-user-details-in-model-driven-app/): Learn how to retrieve the current user's ID and name in a Model-Driven App using JavaScript. Useful for implementing user-specific logic and customization. - [How to use Power Fx to control command button visibility in Power Apps](https://power365tips.com/use-power-fx-to-hide-command-button/): Learn how to use Power Fx to control command button visibility in Power Apps' modern command bar with a simple, code-free approach. - [How to add Google Analytics in Power Pages](https://power365tips.com/how-to-add-google-analytics-in-power-pages/): Easily add Google Analytics to Power Pages using a lesser-known content snippet, no template editing required. - [Sending push notification to Power Apps mobile app using Power Automate](https://power365tips.com/push-notification-in-power-apps/): Learn how to send real-time push notifications to the users using Power Automate and keep them informed about latest updates, tasks, or events. - [Working with DatePicker in Power Pages](https://power365tips.com/working-with-datepicker-in-power-pages/): Learn how to customize and control the DatePicker in Power Pages using jQuery. - [Standard vs Enhanced Data Models in Power Pages](https://power365tips.com/standard-and-enhanced-data-models/): Explore the key differences between the Standard and Enhanced Data Models in Power Pages. - [How to increase web files size limit in power pages](https://power365tips.com/increase-web-files-size-limit-in-power-pages/): Learn how to resolve web files size limit issues in Power Pages by increasing the attachment limit in Dataverse settings. - [How to get more than 5000 records from dataverse in power automate](https://power365tips.com/how-to-get-more-than-5000-records-from-dataverse-in-power-automate/): Learn how to retrieve more than 5,000 records from Dataverse in Power Automate by using paging-cookie. - [How to pass URI parameters in HTTP triggered flow](https://power365tips.com/how-to-pass-uri-parameters-in-http-triggered-flow/): Learn how to pass URI parameters in Power Automate using the Relative Path. - [How to hide option set value in power apps using JavaScript](https://power365tips.com/how-to-hide-option-set-value-in-power-apps/): Learn how to hide specific option set values in Power Apps model-driven forms using JavaScript. - [How to show loading animation in power apps](https://power365tips.com/how-to-show-loading-animation-in-power-apps/): Learn how to enhance user experience in Power Apps (MDA) by displaying a smooth loading animation during long-running operations. - [How to get file content and metadata in Power Automate](https://power365tips.com/how-to-get-file-content-in-power-automate/): Learn how to retrieve file content and metadata in Power Automate. This guide walks you through extracting base64 content and fetching metadata. - [How to enable email 2FA in power pages](https://power365tips.com/how-to-enable-email-2fa-in-power-pages/): Secure your Power Pages portal with email 2FA. Learn how to enable it, send codes via email, and let users manage their 2FA settings easily. - [How to enable email confirmation in power pages](https://power365tips.com/how-to-enable-email-confirmation-in-power-pages/): Enhance the security of your Power Pages. Follow this step-by-step guide to effortlessly enable email confirmation and verify user authenticity. - [How to refresh the entity list using JavaScript in Power Pages](https://power365tips.com/how-to-refresh-the-entity-list-using-javascript-in-power-pages/): Learn how to programmatically refresh entity lists in Power Pages using JavaScript. with a simple workaround to trigger the refresh event and instantly reflect updates in your subgrids without reloading the page. - [How to call a flow from power pages](https://power365tips.com/how-to-call-a-flow-from-power-pages/): Learn how to seamlessly integrate Power Pages with Power Automate flows using built-in Portal Web APIs. No HTTP triggered flows needed. - [How to enable multiple languages in power pages](https://power365tips.com/how-to-enable-multiple-languages-in-power-pages/): Want to reach a global audience with your Power Pages Portal? Learn how to easily enable multi-language support and provide a seamless user experience for users around the world. - [How to enable multiple languages in power apps](https://power365tips.com/how-to-enable-multiple-languages-in-power-apps/): Creating a multilingual experience in any application is essential for reaching diverse audiences and elevating user engagement. In this guide, we’ll walk you through the step-by-step process of enabling multilingual capabilities in Power Apps. - [How to add a dynamic filter in lookup in power apps](https://power365tips.com/how-to-add-a-dynamic-filter-in-lookup-in-power-apps/): In Power Apps, the built-in filters on lookups may not always be sufficient. In such cases, custom JavaScript filters can help dynamically adjust the results shown in lookup fields. - [How to prevent fetch xml caching in power pages](https://power365tips.com/how-to-prevent-fetch-xml-caching-in-power-pages/): Power pages use extensive caching to serve content faster and improve performance. However, this caching sometimes results in stale data being served. It is possible to prevent power pages from caching the fetchXML queries. - [How to login with email in power pages](https://power365tips.com/how-to-login-with-email-in-power-pages/): The Power Pages local sign-up and sign-in process has a username field. In this blog, we will learn how to customize this behavior by hiding this field and only using email to register and log in. - [How to build a CI/CD pipeline in Azure DevOps for Power apps](https://power365tips.com/how-to-build-a-ci-cd-pipeline-for-power-apps/): Building a CI/CD pipeline in Azure DevOps is a powerful way to automate and streamline your development and deployment process. In this blog, we'll learn how to leverage the Azure Pipelines to streamline the Power Apps deployment process, saving time and effort. - [How to enable classic build pipelines in Azure DevOps](https://power365tips.com/how-to-enable-classic-pipelines-in-azure-devops/): The option to create classic pipelines in Azure DevOps is disabled by default. However, we can enable it. - [How to change date and time format in power pages](https://power365tips.com/how-to-change-date-and-time-format-in-power-pages/): Learn how to customize the default date and time format in Power Pages. By creating new Site Settings you can easily modify the display format to suit your needs. - [How to add custom 404 page in power pages](https://power365tips.com/how-to-add-custom-404-page-in-power-pages/): Learn how to update the custom 404 page in Power Pages. It's not something that is required but demonstrates good UX by providing a user-friendly error page when visitors encounter a broken link or missing content. ## Pages - [Timemaster](https://power365tips.com/timemaster/): Timemaster A Powerful time-tracking app built on Power Platform Book a demo Everything you need What you get with Timemaster No bloat, just the core features your business needs to run efficiently. Time tracking Track time by project or task with an intuitive interface. Project & Task Management Create and manage multiple projects and tasks. Built on Power Platform Secure, scalable, and easy to extend using Power Apps & Power Pages. User Roles & Permissions Set access levels for team members (admin, manager, staff). Reports & Analytics Generate time logs, project summaries, and performance insights. White-Label Branding Customize logos, colors, and ... Read more - [Blogs](https://power365tips.com/blog/): Blogs Your comprehensive resource for Power Platform tips and tricks, including Power Apps, Power Pages, Power Automate, and Microsoft Dynamics 365. - [Home](https://power365tips.com/): Power365tips Your go-to resource for insights, tips, and tutorials on Microsoft Power Apps, Power Pages, Power Automate, and Dynamics 365. Featured Latest articles - [Privacy Policy](https://power365tips.com/privacy-policy/): Privacy Policy Who we are Our website address is: https://power365tips.com. Comments When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection. An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here. After approval of your comment, your profile picture is visible to the public in the context of your comment. Media If you upload images to ... Read more [comment]: # (Generated by Hostinger Tools Plugin)