Introduction Time is a crucial component in the world of automation. Whether you’re managing schedules, sending timely notifications, or organizing data, having control over how you format dates and times is essential. This is where Power Automate’s FormatDateTime function comes into play. In this blog post, we’ll explore the ins and outs of FormatDateTime and…
Category: Power Platform
How to Build Custom Apps with Power Apps: A Step-by-Step Guide
Introduction: In today’s digital era, organizations are increasingly looking for ways to streamline their business processes and create custom applications without extensive coding knowledge. Microsoft Power Apps provides a low-code platform that empowers users to build custom apps quickly and efficiently. In this step-by-step guide, we will walk you through the process of building custom…
How to Integrate ChatGPT with Power Apps
Integrating ChatGPT with Power Apps is a great way to add AI-powered chatbot capabilities to your application. ChatGPT is a natural language processing (NLP) model developed by OpenAI that can be used to generate human-like responses to user queries. Power Apps, on the other hand, is a low-code platform that allows you to build custom…
Understanding the Limitations of PowerApps
Microsoft’s PowerApps is a powerful tool for creating custom business applications without the need for extensive coding. With a user-friendly interface and drag-and-drop features, PowerApps has become a popular option for businesses looking to streamline their processes and increase efficiency. However, like any software tool, PowerApps has some limitations that should be considered when using…
Get Day, Month and Year in Power Automate
This year I was working mostly on Power Automate. It was very regular practice to get Day, Month and Year in power Automate in various format. If you are a Power Platform Consultant then there are chances that you spend much more time in automating your business requirements using Power Automate. As Power Automate is…
Solved: The API ‘SharePointOnline’ returned an invalid response for workflow operation ‘Get_items’ of type ‘OpenApiConnection’. Error details: ‘The API operation ‘GetItems’ is missing required property ‘.
When we work with power automate, then sometimes we have a scenario, where we are facing error in Get_items action as “The API operation ‘GetItems’ is missing required property”. The full error looks like below. Power Automate Interview Questions and Answers The API ‘SharePointOnline’ returned an invalid response for workflow operation ‘Get_items’ of type ‘OpenApiConnection’….
How To Save Records In Multiple List Using Power Apps Patch() function
Hello SharePointers,Today we are going to see some development hacks, we will see How To Save Records In Multiple List Using Power Apps Patch() function Introduction In some scenario we need to save record in one form to the multiple list in SharePoint using power apps. So for this we will create one form with…
Solved: Send approval request to a group in MS flow.
Hello SharePointers,I am working on my flow and I see that I am unable to Send approval request to a group in MS flow. Some Background It seems that flow will only send approval request emails to an individual user. This case won’t work in the long run, we always need to change the flow…
Create Approval workflow in MS Flow Step-By-Step
Hello SharePointers,In Today’s article, we will learn “How to create an Approval workflow in MS Flow or Power Automate step-by-step”. During my recent days of SharePoint Development, there was a requirement by the client to apply an approval process on one of the lists in their tenant. Creating an approval process workflow in Microsoft Flow…
Solved: Move is not Supported on Destination Library that has smaller version limit than source.
Hello SharePointers,During my recent work, I was working with Power Automate or MS Flow to move files between two libraries. but while working on the same I encountered an Error as “Move is not Supported on Destination Library that has smaller version limit than source, due to data loss on earlier versions of source files”…