CRMONCE

Creative

How to create records from excel using Power Automate

Excel using Power Automate in D365: In this blog, i will show how to create records in dynamics 365 from excel automatically using power automate Now i have data in my excel sheet Add this excel file in your SharePoint Next create a new power automate flow Next take List rows present in a ...

[rt_social_links]
Creative

Custom Connector For Web API

Custom Connector for Web API This tutorial will discuss how to create an ASP.Net Web application and use this web API. a.Create a new ASP .Net Web application project using Visual Studiob.Build, Deploy & Secure a Web API in Azure 1. Create a new ASP .Net Web application project using V...

[rt_social_links]
Creative

Coding Standards for the Custom Connector

Coding Standards for Custom Connector Creating coding standards for a custom connector involves establishing guidelines to ensure code quality, maintainability, and consistency across your development team. Here are some essential coding standards and best practices to consider Soft Tabs v...

[rt_social_links]
Creative

Custom Connector from an OpenAPI definition

Custom Connector from an openAPI To create a custom connector, you must describe the API you want to connect to so that the connector understands the API’s operations and data structures. In this topic, you create a custom connector using an OpenAPI definition (or) Import An OpenAPI ...

[rt_social_links]
Creative

How to populate lookup based on the option set

In this blog, we will learn how to populate a lookup based on option set using power automate Recently i got a requirement with deprecating option set field by replacing with a lookup but it have 5000+ existing records available. so, i have created this flow to populate lookup based on the...

[rt_social_links]
Creative

How to use the dateDifference() function in Power Automate

Power Automate Introduction Power Automate has recently introduced an innovative function aimed at calculating the difference between two dates. However, finding the difference between two dates in Power Automate was quite complex, and with the recent introduction of dateDifference() funct...

[rt_social_links]
Creative

How to use Power Automate to split a string into an array

Power Automate Introduction Power Automate We frequently need to split a string value while working on a Power Automate flow. To achieve this, we use the Power Automate split() function. A string value can be split into a list of substrings using the split() function. To separate slashes, ...

[rt_social_links]
Creative

How To Get Daily Weather Forecast using Power Automate

Power Automate Introduction In today’s fast-paced world, staying updated with the weather forecast is crucial for planning our daily activities, whether it’s scheduling outdoor events, commuting, or preparing for weather-related changes. With the advent of automation tools like...

[rt_social_links]