🚫 Fixing “Future Date” Validation Errors in Power Apps (Even for Today’s Date!) 

📌 Problem We Faced:  We had a custom JavaScript validation in our Power Apps Model-Driven form. The goal was simple: 👉 Show an error if the user enters a future date.  We used this script:  if(fieldValue && fieldValue > today) { showerror } At first, it worked fine. But then… 💥 in some systems, even when…

Variables vs Compose in Power Automate: What’s the Difference and When to Use?

When building Power Automate flows, two commonly used actions for storing data are: Initialize/Set Variable Compose 🧠 What is a Variable? A variable is a mutable container — which means you can change or update its value after it's created. You must initialize a variable with a specific datatype like String, Boolean, Integer, Array, or…

Leveraging TeamMembership_Association for Dynamic Team Filtering in Power Automate Cloud Flows

In this blog post, we’ll explore how you can dynamically retrieve team members using the teammembership_association/any(t:t/teamid eq teamid) query in Power Automate. This query is particularly important when working with Teams in Dataverse, as it enables you to efficiently filter and target specific team members for scenarios like notifications, approvals, or other automated workflows. We’ll…

How to create a new Contact in Power Apps based Project tracking tool?

Here are the steps to perform to create a new Contact in Power Apps based Project Tracking system. Read more about the Prospect and Project Management Solution in Microsoft Power Platform: https://dynatecon.com/business-solutions/dynapro-prospect-and-project-management-solution-in-power-platform/ Steps: 1. Access the 'Dyna Project -Admin' main page 2. Click on Contacts under Sales from Project Operations in the left navigation bar.…

How to add new Partner in Power Apps based Project tracking tool?

Here are the steps to perform to add a new Partner in Power Apps based Project Tracking system. Read more about the Prospect and Project Management Solution in Microsoft Power Platform: https://dynatecon.com/business-solutions/dynapro-prospect-and-project-management-solution-in-power-platform/ Steps: 1. Access the 'Dyna Project -Admin' main page 2. Click on ' Partners' under sales in Project Operations from the left navigation…

How to add new Estimation to a Project in Power Apps based Project tracking tool?

Here are the steps to perform to create a new Estimation in Power Apps based Project Tracking system. Read more about the Prospect and Project Management Solution in Microsoft Power Platform: https://dynatecon.com/business-solutions/dynapro-prospect-and-project-management-solution-in-power-platform/ Steps: 1. Access the 'Dyna Project -Admin' main page 2. Click on 'Estimations' under Collateral from Project Operations in the left navigation bar.…

How to add new Expense to a Project in Power Apps based Project tracking tool?

Here are the steps to perform to create a new Expense in Power Apps based Project Tracking system. Read more about the Prospect and Project Management Solution in Microsoft Power Platform: https://dynatecon.com/business-solutions/dynapro-prospect-and-project-management-solution-in-power-platform/ Steps: 1. In the 'Dyna Project -Admin' main page 2. Click on 'Expenses' in Project Operations from left navigation bar. All Expenses list…

Features of Project Operations App(in Power Apps)

How to create a Prospect in Dyna Projects(Project Operations app in Power Apps) Steps: Click on the Prospects in the left navigation bar Click '+New' button 3. Fill in the fields 4. Click Save & Close button 5.You can view the created Prospect from the Prospects view. How to create a Timesheet Entry in Dyna…

How to add new Proposals to a Project in Power Apps based Project tracking tool?

Here are the steps to perform to create a new Proposal in Power Apps based Project Tracking system. Read more about the Prospect and Project Management Solution in Microsoft Power Platform: https://dynatecon.com/business-solutions/dynapro-prospect-and-project-management-solution-in-power-platform/ Steps: 1. Access the 'Dyna Project -Admin' main page 2. Click on 'Proposals' under Collateral in Project Operations from the left navigation bar.…

How to add new Invoice to a Project in Power Apps based Project tracking tool?

Here are the steps to perform to create a new Invoice in Power Apps based Project Tracking system. Read more about the Prospect and Project Management Solution in Microsoft Power Platform: https://dynatecon.com/business-solutions/dynapro-prospect-and-project-management-solution-in-power-platform/ Steps: 1.Access In the 'Dyna Project -Admin' main page 2. Click 'Invoices' under Collateral from Project Operations in the left navigation bar. Active…

How to create a new Change Request in Power Apps based Project tracking tool?

Here are the steps to perform to create a new Change Request in Power Apps based Project Tracking system. Read more about the Prospect and Project Management Solution in Microsoft Power Platform: https://dynatecon.com/business-solutions/dynapro-prospect-and-project-management-solution-in-power-platform/ Steps: 1. Access the 'Dyna Project -Admin' main page 2. Click on 'Change Requests' under Projects in Project operations from the left…

How to test Canvas App using Power App Test Studio

What is Test Studio You can test inside of canvas apps with the built-in tool called Power App Test Studio. This tool can help you write, organize, and automate your tests for canvas apps. How to Work with Test Studio Open Test Studio Sign into Power Apps Create a new app or edit an existing app…

Airwallex API Integration In Dynamics 365 Web Resources via Power Automate

Requirement : To obtain data and display it in the Model Driven App, add a button to access an external API. For this blog, we use Airwallex API (a global financial platform that offers digital payment solutions for organizations and individuals). and getting the current balance of a specific currency from the user's Airwallex account…

Automate Your Alerts: Sending Work Permit Expiration Reminders with Power Automate

In today’s fast-paced work environment, keeping track of important deadlines like work permit expirations can be challenging. Fortunately, Microsoft Power Automate makes it easy to create flows that automate this process. In this blog post, we'll walk through how to set up a Power Automate flow that sends alerts to employees 30 days before their…

Integrating Dynamics 365 with External APIs: Sending Data via Custom Actions and Plugins

In the fast-paced world of business applications, integration between different systems is crucial for achieving streamlined operations and delivering comprehensive solutions. Dynamics 365, a powerful suite for managing customer relationships, often needs to interact with external APIs to exchange data, automate workflows, and extend functionality. In this blog post, we’ll walk through the process of…

Use Environment variables in Power Automate to Create Folder in SharePoint

Environment variables in Power Apps are essentially key-value pairs that store configuration settings, which can be used across different components within your Power Platform solutions. They offer a flexible and efficient way to manage parameters that might change between environments (like development, testing, and production) or need to be updated without modifying the actual app…

eSign Document using Power Automate with Adobe Acrobat Sign

E-sign is the electronic equivalent of a handwritten signature. It's a digital way of signing documents electronically rather than using pen and paper. This process involves applying an electronic signature to a document. Documents can be signed and processed much faster compared to traditional ways. They can also be signed from anywhere with an internet…

Integrating Power BI Reports In Power Pages

Power Pages allows you to integrate Power BI Reports & Dashboards directly into your web portals. Embedding Power BI reports in Power Pages can provide your users with rich, interactive visualizations and insights without leaving the portal. In this blog, we'll walk you through the steps to embed a Power BI report into your Power…

How to call a ‘Custom API developed in Dynamics 365’ via Postman

This blog post will guide you through the steps to call a custom API in Dynamics 365 using Postman, a widely used tool for API testing and development. By the end of this tutorial, you will have a solid grasp of setting up Postman, authenticating your requests, and interacting with custom API endpoints in D365.…

Manage Field visits and Incidents from mobile device using Power App (Canvas App): Incidents Hub

Welcome to this step-by-step guide on building a simple Canvas App called "INCIDENTS HUB" using Microsoft PowerApps. The INCIDENTS HUB app will help users track and manage incidents efficiently, offering an easy-to-use interface for viewing, adding, and updating incident records. Prerequisites An active Microsoft PowerApps account. Basic understanding of PowerApps interface and functions. A data…