Recently I was looking into the On-Premises gateway for Powerapps functionality and how we can send data to on-premise sql database. Here we will see, How to setup the On-Premises gateway. Create a new On-Premise gateway connection. Setting up a flow to send data to the On-Premises database. How to setup the On-Premises gateway The

Read More
How to send data to on-premises SQL Database using Flow, Powerapps, data gateways and connection

Recently I was looking for a way to determine the list of Flow instances attached to a SharePoint List. After the recent CSOM API update, I noticed that there are now methods available to get the list of Flow instances for a given List. The List CSOM object has the following methods: public FlowSynchronizationResult SyncFlowInstances (); public FlowSynchronizationResult SyncFlowTemplates (); public FlowSynchronizationResult SyncFlowInstance (Guid flowID);

Read More
How to get a list of Flow instances attached to a Sharepoint List

Flow is Microsoft’s online process automation solution. Flow can create automated workflows between apps and services that contain multiple steps, conditions and sources. Flow includes many pre-defined sources such as Office 365 and Dynamics, and includes the ability to add Custom APIs to Flows. This session will walk thru the process of building a custom

Read More
Feel the Flow — Adding your Custom API to Microsoft Flow