Using microsoft flow in real world projects 2 years later and what's nextserge luca
This document summarizes Serge Luca's presentation on using Microsoft Flow for real world projects and citizen developers. It discusses how Flow can be used to solve problems closer to where users work, provides examples of apps built by TransAlta using Flow and PowerApps, and highlights how 60 ideas for improvements were generated from a Flow workshop. It also provides an overview of new Flow features, patterns for complex workflows, and concludes that Flow is still in its early stages with great potential when used to complement other tools like PowerShell.
This document provides an overview and summary of SharePoint Framework extensions, including:
- Application customizers allow customizing UI elements when placeholders change.
- Command sets enable/disable commands and execute custom logic. They are available in context menus and top menus.
- Field customizers override cell rendering and disposal to customize individual fields.
- Extensions are deployed via elements.xml and can be deployed tenant-wide via client side component instances in SPFx 1.6.
- The presentation covers the roles, types, development, and deployment of SPFx extensions.
Microsoft Flow in Real World Projects: 2 Years later & What's nextBIWUG
This document summarizes a presentation about Microsoft Flow given at the SharePoint Saturday Belgium 2018 conference. The presentation discussed how Flow has evolved over the past 2 years and what new capabilities are coming. It provided demos of common real-world Flow patterns for automating tasks like timesheets, expense reports, and calling APIs. It also covered Flow integration with other services like Power BI and limitations around loops, actions per flow, and error handling. The presentation concluded by discussing best practices for Flow development and extensibility options for communication with external systems.
Microsoft flow best practices with Doctor Flow. PowerSaturday 2019, Parisserge luca
Microsoft flow best practices with Doctor Flow (aka serge Luca) PowerSaturday 2019. Paris. Serge Luca, MVP Office 365 and MVP Business Applications (Flow). Brussels
Connect SharePoint Framework solutions to APIs secured with Azure ADBIWUG
This document discusses using the AadHttpClient to connect SharePoint Framework (SPFx) solutions to APIs secured with Azure Active Directory (Azure AD) without needing to handle authentication headaches. The AadHttpClient handles requesting and including access tokens in API calls automatically. Administrators configure which API permissions are available by setting permissions for a pre-provisioned Azure AD application. This allows SPFx solutions to connect to secured APIs seamlessly without having to specify reply URLs or handle multiple requests for tokens.
The document provides an overview and summary of new features in SharePoint Server 2019, including modern team sites, lists, and libraries with an updated user interface; improved mobile experience; enhanced search capabilities; and improved hybrid functionality. It recommends administrators plan their upgrade to SharePoint 2019 now by identifying business impacts, testing migrations, and addressing any issues before the end of support dates.
Automate your Dynamics 365 admin tasks with Flow!Stefan Strube
This document discusses how to automate Dynamics 365 administration tasks using Microsoft Flow. It begins with an introduction of the speaker and agenda. The body explains the Flow connectors available for Dynamics 365, including triggers and actions. It provides examples of tasks that can be automated with Flow, such as updating currency exchange rates, creating account hierarchies from CoC data, and synchronizing user attributes between Dynamics 365 and Azure Active Directory. The document concludes with instructions for a demo and contact information for questions.
This document provides an overview of Logic Apps and how to connect Salesforce and Microsoft Dynamics CRM using Logic Apps. It discusses Logic App terms, pricing plans, how to access and create Logic Apps, and how to connect Logic Apps to Salesforce and Dynamics CRM. It also covers using connectors as triggers and actions in Logic Apps and customizing the CRM and Salesforce platforms for integration.
In this presentation we are going to take a deep dive to the modern Team and Communication Site provisioning by hooking into the out-of-the-box site provisioning flow and by using SharePoint Framework for customization as well as extending the provisioning flow with Office Dev PnP toolset. How about provisioning Microsoft Team in addition to the team site? It is possible with Microsoft Teams commandlets - come to this session to learn how to do it. All the showcased code will be available in GitHub after the presentation.
How well does your solution work?, How do you know how well your solution works? In this session, Mike will show you how developers of integration solutions can use Azure Application Insights to complement existing monitoring solutions to provide developers with an additional level of insight into the way their solutions behave in the real world and how this can be applied to the types of integration components which we normally build.
SPS Zurich 2018 - Azure Logic Apps: the new workflow engineDavid Schneider
This document summarizes a presentation about Azure Logic Apps. It introduces Logic Apps as a configuration-first integration platform that allows automating business processes and integrating cloud and on-premises systems through a no-code designer or code view. It describes built-in API connectors, when to use Azure Functions instead, and compares Logic Apps to Microsoft Flow. The document also provides examples of using Logic Apps with cognitive services and best practices for Logic App development.
O365Con18 - PowerApps build custom forms for SharePoint with Azure Maps - Bra...NCCOMMS
This document discusses using PowerApps to build custom forms for SharePoint with Azure Maps. PowerApps allows building apps, forms, and workflows without code across platforms by connecting to existing systems and data sources. It describes how PowerApps can connect to SharePoint data and embed forms. Using Azure Maps services like geocoding and routing, a demo is shown building a custom form for a SharePoint candidate list that utilizes the candidate's address to call Azure Maps APIs.
Like us, applications are better and stronger together.Azure Logic App let you connect many different applications using connectors and Apps. Very use full to interact with a legacy application or reuse part of work that you already build.
In this session, we will dive in this universe of application ready-to-build, and who knows what we will achieve.
What's in SharePoint land 2016 for the end userSPC Adriatics
SharePoint has evolved significantly since its initial release in 2001. Over the years it has incorporated new features around cloud and enterprise social capabilities, content management, and core collaboration. Looking ahead, Microsoft sees PowerApps and Flow as eventually replacing SharePoint Designer and InfoPath for business process automation, though these newer tools still need more development. Browser support for SharePoint also continues expanding to include the latest versions of Edge, Chrome, Firefox and Safari.
This presentation is from the Integration Day event, a TechMeet360 Community Initiative, held on September 10, 2016 at Microsoft GSTC in Bangalore. In this slide, Microsoft's Escalation Engineers Tulika Chaudharie and Harikharan Krishnaraju gives an introduction on Workflow Automation with Logic Apps. The session covers some of the common workflow techniques used across the industry and how to automate the process using Logic Apps. Also, it demonstrates the ways to create nested workflows. Also, there will be demos showcasing the seamless integration.
In this presentation, Michael Stephenson talks about the Citizen Integrator, Microsoft Flow and also Power Apps.
The Azure-Citizen Integrator is a newer role to organizations but is expected to play an important part in the future of organizations currently going through digital transformations. He also explains how Azure Citizen Integrator can be empowered by Microsoft to deliver value to the business in a way that can be complimentary to IT strategy rather than being considered shadow IT.
This document provides an overview of Azure Logic Apps. It defines Logic Apps as a workflow engine that allows for easy scaling and integration of Azure services without code. Logic Apps use connectors, triggers, and workflows (conditions and actions) to automate tasks and business processes. Examples of Logic App use cases include processing files uploaded to FTP and importing data into SQL Server, processing RSS feeds and sending summary emails, and creating tickets in Dynamics CRM from incoming emails. The document demonstrates building Logic Apps with triggers like schedules and HTTP requests, and includes actions like outputting to Google Drive and sending emails. It also provides references for additional Logic App integration scenarios.
Develop, Build, Package and Deploy Office Add-ins with Visual Studio - ESPC 2015Bram de Jager
Office Add-ins have been around for a while as VSTO packages, but things have changed with the introduction of Office 2013. A new App Model for Office provides add-ins who live both in the Office Desktop client and Office Online. Join this session to discover what Office Add-ins are, discover the latest changes and how to create them using standard-based technologies like HTML5, JavaScript and CSS3.
The session covers different types of Office Add-ins, like task pane, content add-ins for Word, Excel, PowerPoint and mail add-ins for Outlook. We'll talk about how to develop, build, package and deploy Office Add-ins. Demo's cover creating add-ins with Visual Studio and deploy them for availability in the store.
B6 - Using Office 365 groups in Power Bi - Marco RussoSPS Monaco
This document discusses using Office 365 groups with Power BI. It provides an overview of Power BI features like data sources, visualizations, and sharing/collaboration. It then covers specific topics like sharing dashboards, using OneDrive for Business, creating app workspaces (which generate Office 365 groups), adding members, and refreshing data uploaded from workbooks or the Power BI service.
Public v1 real world example of azure functions serverless conf london 2016 Yochay Kiriaty
Yochay Kiriaty gave a presentation on serverless computing using Microsoft Azure services. He began by defining serverless and its benefits like event-driven scaling, sub-second billing, and abstraction of servers. He then demonstrated several serverless patterns using Azure Functions for tasks like processing data from Blob storage, responding to API requests, and replicating logs between data centers. Throughout the presentation, he emphasized best practices for building serverless applications including designing functions to do single tasks, finish quickly, be stateless and idempotent.
This document discusses Azure Logic Apps and workflow definitions. It shows how a workflow definition declares parameters and provides configuration for triggers, actions, and outputs. It also lists many connectors that can be used in Logic Apps for SaaS, protocols, messaging, B2B, managed API's, and hybrid systems like databases and message queues.
The document discusses Azure Logic Apps and how they can be used to simplify and implement scalable integrations and workflows in the cloud. It provides examples of common integration scenarios that can be achieved using Logic Apps, including connecting systems, retrieving and migrating data, and B2B communications. The document also shares a production example where Logic Apps have been used for 1.5 years to integrate local SAP systems with CRM Online across 7 countries and 34 Logic Apps.
Introduction to Azure Functions - TutorialBizTalk360
In this demo heavy session, Yochay Kiriaty, from the Azure product team, will provide an overview of Azure Functions, explain some patterns, and present a lot of demos.
SharePoint 2010 & Managing Projects - A match made in heavenAlexander Burton
Today it is more important than ever to ensure every project your organisations undertakes is delivered effectively. To accomplish this, it is essential that there is clear communication across the project team and effective tools to facilitate your project management process.
Come and see how SharePoint 2010 can improve the management of your next project, including the new Project 2010 client integration, Access Services, Reporting with Visio & Excel Services and team site improvements.
This cover the information how the SharePoint Online Migration API (in preview when I am writing) help using Azure to migrate files and metadata from fileshares/SharePoint on-premises to SharePoint Online.
Microsoft flow best practices SharePoint Saturday Bremen 2019 (Germany)serge luca
This document provides an overview of Microsoft Flow best practices. It discusses using logical workflow IDs and approval IDs, bulletproofing code with Coalesce(), state machine patterns for workflows over 30 days, error handling techniques like retry policies and reducing concurrency, asynchronous long calls, proxy and service flows, Flow extensibility through HTTP triggers and responses, integrating Flow with Power BI, and conclusions about keeping forms simple and using Flow to complement other tools like PowerShell. Demo flows are provided for expense reports, calling APIs, custom connectors, managing errors, parallelism, and connecting Flow to Power BI.
Doctor Flow- Best practices Microsoft flow - Techorama 2019serge luca
This document summarizes a presentation about advanced tips, patterns, and best practices for using Microsoft Flow. It includes demos of creating automated timesheets, calling the Graph API, using custom connectors, implementing approval escalation workflows using the state machine pattern, managing errors and parallelism in flows, and integrating Flow with Power BI. It also covers topics like licensing requirements, throttling limits, and strategies for handling long-running processes and service accounts.
In this presentation we are going to take a deep dive to the modern Team and Communication Site provisioning by hooking into the out-of-the-box site provisioning flow and by using SharePoint Framework for customization as well as extending the provisioning flow with Office Dev PnP toolset. How about provisioning Microsoft Team in addition to the team site? It is possible with Microsoft Teams commandlets - come to this session to learn how to do it. All the showcased code will be available in GitHub after the presentation.
How well does your solution work?, How do you know how well your solution works? In this session, Mike will show you how developers of integration solutions can use Azure Application Insights to complement existing monitoring solutions to provide developers with an additional level of insight into the way their solutions behave in the real world and how this can be applied to the types of integration components which we normally build.
SPS Zurich 2018 - Azure Logic Apps: the new workflow engineDavid Schneider
This document summarizes a presentation about Azure Logic Apps. It introduces Logic Apps as a configuration-first integration platform that allows automating business processes and integrating cloud and on-premises systems through a no-code designer or code view. It describes built-in API connectors, when to use Azure Functions instead, and compares Logic Apps to Microsoft Flow. The document also provides examples of using Logic Apps with cognitive services and best practices for Logic App development.
O365Con18 - PowerApps build custom forms for SharePoint with Azure Maps - Bra...NCCOMMS
This document discusses using PowerApps to build custom forms for SharePoint with Azure Maps. PowerApps allows building apps, forms, and workflows without code across platforms by connecting to existing systems and data sources. It describes how PowerApps can connect to SharePoint data and embed forms. Using Azure Maps services like geocoding and routing, a demo is shown building a custom form for a SharePoint candidate list that utilizes the candidate's address to call Azure Maps APIs.
Like us, applications are better and stronger together.Azure Logic App let you connect many different applications using connectors and Apps. Very use full to interact with a legacy application or reuse part of work that you already build.
In this session, we will dive in this universe of application ready-to-build, and who knows what we will achieve.
What's in SharePoint land 2016 for the end userSPC Adriatics
SharePoint has evolved significantly since its initial release in 2001. Over the years it has incorporated new features around cloud and enterprise social capabilities, content management, and core collaboration. Looking ahead, Microsoft sees PowerApps and Flow as eventually replacing SharePoint Designer and InfoPath for business process automation, though these newer tools still need more development. Browser support for SharePoint also continues expanding to include the latest versions of Edge, Chrome, Firefox and Safari.
This presentation is from the Integration Day event, a TechMeet360 Community Initiative, held on September 10, 2016 at Microsoft GSTC in Bangalore. In this slide, Microsoft's Escalation Engineers Tulika Chaudharie and Harikharan Krishnaraju gives an introduction on Workflow Automation with Logic Apps. The session covers some of the common workflow techniques used across the industry and how to automate the process using Logic Apps. Also, it demonstrates the ways to create nested workflows. Also, there will be demos showcasing the seamless integration.
In this presentation, Michael Stephenson talks about the Citizen Integrator, Microsoft Flow and also Power Apps.
The Azure-Citizen Integrator is a newer role to organizations but is expected to play an important part in the future of organizations currently going through digital transformations. He also explains how Azure Citizen Integrator can be empowered by Microsoft to deliver value to the business in a way that can be complimentary to IT strategy rather than being considered shadow IT.
This document provides an overview of Azure Logic Apps. It defines Logic Apps as a workflow engine that allows for easy scaling and integration of Azure services without code. Logic Apps use connectors, triggers, and workflows (conditions and actions) to automate tasks and business processes. Examples of Logic App use cases include processing files uploaded to FTP and importing data into SQL Server, processing RSS feeds and sending summary emails, and creating tickets in Dynamics CRM from incoming emails. The document demonstrates building Logic Apps with triggers like schedules and HTTP requests, and includes actions like outputting to Google Drive and sending emails. It also provides references for additional Logic App integration scenarios.
Develop, Build, Package and Deploy Office Add-ins with Visual Studio - ESPC 2015Bram de Jager
Office Add-ins have been around for a while as VSTO packages, but things have changed with the introduction of Office 2013. A new App Model for Office provides add-ins who live both in the Office Desktop client and Office Online. Join this session to discover what Office Add-ins are, discover the latest changes and how to create them using standard-based technologies like HTML5, JavaScript and CSS3.
The session covers different types of Office Add-ins, like task pane, content add-ins for Word, Excel, PowerPoint and mail add-ins for Outlook. We'll talk about how to develop, build, package and deploy Office Add-ins. Demo's cover creating add-ins with Visual Studio and deploy them for availability in the store.
B6 - Using Office 365 groups in Power Bi - Marco RussoSPS Monaco
This document discusses using Office 365 groups with Power BI. It provides an overview of Power BI features like data sources, visualizations, and sharing/collaboration. It then covers specific topics like sharing dashboards, using OneDrive for Business, creating app workspaces (which generate Office 365 groups), adding members, and refreshing data uploaded from workbooks or the Power BI service.
Public v1 real world example of azure functions serverless conf london 2016 Yochay Kiriaty
Yochay Kiriaty gave a presentation on serverless computing using Microsoft Azure services. He began by defining serverless and its benefits like event-driven scaling, sub-second billing, and abstraction of servers. He then demonstrated several serverless patterns using Azure Functions for tasks like processing data from Blob storage, responding to API requests, and replicating logs between data centers. Throughout the presentation, he emphasized best practices for building serverless applications including designing functions to do single tasks, finish quickly, be stateless and idempotent.
This document discusses Azure Logic Apps and workflow definitions. It shows how a workflow definition declares parameters and provides configuration for triggers, actions, and outputs. It also lists many connectors that can be used in Logic Apps for SaaS, protocols, messaging, B2B, managed API's, and hybrid systems like databases and message queues.
The document discusses Azure Logic Apps and how they can be used to simplify and implement scalable integrations and workflows in the cloud. It provides examples of common integration scenarios that can be achieved using Logic Apps, including connecting systems, retrieving and migrating data, and B2B communications. The document also shares a production example where Logic Apps have been used for 1.5 years to integrate local SAP systems with CRM Online across 7 countries and 34 Logic Apps.
Introduction to Azure Functions - TutorialBizTalk360
In this demo heavy session, Yochay Kiriaty, from the Azure product team, will provide an overview of Azure Functions, explain some patterns, and present a lot of demos.
SharePoint 2010 & Managing Projects - A match made in heavenAlexander Burton
Today it is more important than ever to ensure every project your organisations undertakes is delivered effectively. To accomplish this, it is essential that there is clear communication across the project team and effective tools to facilitate your project management process.
Come and see how SharePoint 2010 can improve the management of your next project, including the new Project 2010 client integration, Access Services, Reporting with Visio & Excel Services and team site improvements.
This cover the information how the SharePoint Online Migration API (in preview when I am writing) help using Azure to migrate files and metadata from fileshares/SharePoint on-premises to SharePoint Online.
Microsoft flow best practices SharePoint Saturday Bremen 2019 (Germany)serge luca
This document provides an overview of Microsoft Flow best practices. It discusses using logical workflow IDs and approval IDs, bulletproofing code with Coalesce(), state machine patterns for workflows over 30 days, error handling techniques like retry policies and reducing concurrency, asynchronous long calls, proxy and service flows, Flow extensibility through HTTP triggers and responses, integrating Flow with Power BI, and conclusions about keeping forms simple and using Flow to complement other tools like PowerShell. Demo flows are provided for expense reports, calling APIs, custom connectors, managing errors, parallelism, and connecting Flow to Power BI.
Doctor Flow- Best practices Microsoft flow - Techorama 2019serge luca
This document summarizes a presentation about advanced tips, patterns, and best practices for using Microsoft Flow. It includes demos of creating automated timesheets, calling the Graph API, using custom connectors, implementing approval escalation workflows using the state machine pattern, managing errors and parallelism in flows, and integrating Flow with Power BI. It also covers topics like licensing requirements, throttling limits, and strategies for handling long-running processes and service accounts.
This document summarizes a presentation about Microsoft Flow and its capabilities and limitations. The presentation covers how Flow can be used by both citizen developers and professional developers. It provides demos of common patterns for using Flow, including state machines, error handling, and parallelism. The presentation also discusses how Flow can integrate with other services like Power BI and ways to manage Flow at an organizational level. It concludes by emphasizing keeping Flow forms simple and that Flow is still early in its development with many future opportunities.
[Serge Luca, Isabelle Van Campenhoudt] You have started using Microsoft flow, you have attended a Flow introduction presentation but you feel that before doing real projects you need to know a little bit more.
After working with Microsoft Flow almost every day since the begining of the product, we faced some situations and traps that require more advanced skills.
This is what this session is al about.
We will show you different real world problems and the way we solved it.
You will learn about the workflow definition language , creating custom connectors, webhooks, how to extend Flows, how to use it from existing applications, the very latest features, and if the well known "Workflow best practices" can be applied to Microsoft Flow today or in the future.
This will be a demo-heavy session.
This document summarizes a presentation given by Serge Luca on Microsoft Flow after 3 years of use and 9 enterprise projects. It discusses how Flow has evolved from basic automation of Excel tasks to more advanced uses by both citizen developers and professional developers. It provides examples of using Flow for automated timesheets, calling APIs, custom connectors, long running processes, error handling, and integrating with Power BI. While Flow is easy to use and affordable, the document cautions that more advanced uses may require additional licensing or workarounds. It concludes by emphasizing the importance of defining requirements upfront using tools like use case diagrams and activity diagrams to help ensure project success.
Doctor Flow: Enterprise Flows best practices - patterns (SharePoint Saturday...serge luca
This document summarizes a presentation on advanced tips, patterns and demos for Microsoft Flow. The presentation covers state machine patterns, controller patterns, calling APIs, managing errors, parallelism and long calls. It also demonstrates approval flows, custom connectors, and integrating Flow with PowerBI. The presenter emphasizes keeping forms simple, using service accounts, and splitting flows to avoid PowerShell dependency for automation.
Going with the Flow: Rationalizing the workflow options in SharePoint OnlineBob German
This document discusses options for rationalizing workflow in SharePoint Online. It outlines the three main workflow engines - the SharePoint 2010 engine, SharePoint 2013 engine, and Microsoft Flow. It compares the development experiences, architectures, and customization options of each. Key scenarios like elevating permissions and extending workflows are examined. Choosing the right tool depends on factors like maintainability, lifecycle management, and whether the workflow needs to be configured, customized, extended, or fully developed. Microsoft is moving focus to Flow and Logic Apps, so older SharePoint workflows may not receive further investment.
This document summarizes a presentation about Microsoft Flow. It discusses Flow's capabilities for automating business processes, integrating applications, and handling large datasets. The presentation provides demonstrations of common Flow patterns including automatic timesheets, calling REST APIs, custom connectors, managing errors and parallel tasks. It also covers Flow limitations and strategies for addressing long-running or complex processes.
This month's agenda included:
-Office Add-ins overview
-Updates from Microsoft Ignite
-Office Add-ins SSO
-Documentation updates
-Q&A
For more information, visit https://developer.microsoft.com/office
Microsoft flow is a cloud-based workflow engine, Using Flow end users can create cross application workflows (no code workflows). Flow is a part of office 365 E3 suite. It is a successor of SharePoint designer workflows. Complex level Flows can be promoted to an Azure logic app.
F1_Design Mission Critical Enterprise Applications with Power Automate and Do...serge luca
Design Mission-Critical Enterprise Applications with Power Automate and Doctor Flow. European Power Platform Conference 2022 Berlin. BY Doctor Flow aka Serge Luca
Fredrik knalstad 10 ways to trigger orchestrator runbooks in the it junglePer Riis
Fredrik Kristian Knalstad presented 10 ways to trigger Runbooks from System Center Orchestrator:
1. Using the Orchestrator Web Service API to trigger Runbooks from custom applications and scripts.
2. Leveraging Powershell to start Runbooks by constructing HTTP requests to the Web Service.
3. Integrating with Configuration Manager and MDT to trigger Runbooks as part of task sequences.
4. Monitoring activities like services, events, and processes to trigger Runbooks based on state changes.
5. Creating Runbook templates for use in Service Manager to automate incident and change management.
6. Deploying the End User Portal for Orchestrator to allow self-service Runbook
Fredrik Kristian Knalstad presented 10 ways to trigger Runbooks from System Center Orchestrator:
1. Using the Orchestrator Web Service API to trigger Runbooks from custom applications and scripts.
2. Leveraging Powershell to interact with the Web Service to start Runbooks with parameters.
3. Integrating with Configuration Manager and MDT to trigger Runbooks as part of task sequences.
4. Monitoring activities like services, events, and processes to trigger Runbooks based on status changes.
5. Creating Runbook templates for use in Service Manager to automate incident and change management.
6. Deploying the End User Portal for Orchestrator to allow self-service Run
Fredrik Kristian Knalstad presented 10 ways to trigger Runbooks from System Center Orchestrator:
1. Using the Orchestrator Web Service API to trigger Runbooks from custom applications and scripts.
2. Leveraging Powershell to interact with the Web Service to start Runbooks with parameters.
3. Integrating with Configuration Manager and MDT to trigger Runbooks as part of task sequences.
4. Monitoring activities like services, events, and processes to trigger Runbooks based on status changes.
5. Creating Runbook templates for use in Service Manager to automate incident and change management.
6. Deploying the End User Portal for Orchestrator to allow self-service Run
Office apps in Office 365 - Napa the next big thingSPC Adriatics
Speakers: Martina Grom, Toni Pohl; How to build development Solutions without your own Servers, only by using Office 365. In this session we will see how to use the new development model for building cool Office Apps. What is NAPA and how to use it. This session will provide an overview of the new developer features for Office and SharePoint.
Microsoft Flow allows users to automate tasks and workflows between various applications and services. It provides over 70 connectors and 400+ templates. Flow provides both a no-code and a code-based experience to build workflows visually. It offers various plans including a free tier and paid tiers starting at $5 per user per month. Flow integrates with other Microsoft products like PowerApps, Power BI, and Logic Apps to enable more complex automation and workflows.
Flow like a Rockstar @ SharePoint Saturday The NetherlandsDaniel Laskewitz
This document provides an overview and agenda for a presentation on Microsoft Flow. It introduces Daniel Laskewitz as the presenter and covers the following topics:
- An overview of the Business Application Platform
- The basics of Microsoft Flow, including triggers, actions, templates, and connectors
- How Flow can be used for both personal productivity and business process automation
- Advanced Flow features like expressions, HTTP requests, and extending Flow
- How Flow works on mobile devices and with IoT devices
- The roadmap and licensing for Microsoft Flow
Team Nation 2022 - How to choose between Dataverse, SQL Azure, SharePoint lis...serge luca
This is the session MVPs Serge Luca aka Doctor Flow and Isabelle Van Campenhoudt presented at Teams nation 2022. They provide criteria for choosing between Dataverse, Dataverse for Teams, SharePoint lists, SQL Azure.
How to choose between SharePoint lists, SQL Azure, Microsoft Dataverse with D...serge luca
Our European Collaboration Summit 2021 slides (with Isabelle Van Campenhoudt and serge Luca)
How to choose between SharePoint lists, SQL Azure, Microsoft Dataverse with Doctor Flow and Isa
AOS Germany- 2020-Advanced Business Process Management with Power Automate an...serge luca
In this session, Serge Luca, aka Doctor Flow, describes what it takes to create mission-critical enterprise applications with the Power Platform 4 essential Power Platform patterns + 1 reference implementation: his open-source Power Platform BPM Toolkit
Rencore Power Automate Mini Summit : Power Automate Business Process Manageme...serge luca
In this session Doctor Flow aka Serge Luca will share some Power Automate patterns & best practices + how to do BPM for free in the Power Plaform with the BPM Toolkit
How to become a Power Automate/Flow hero with Doctor Flow (Session online SPS...serge luca
How to become a Power Automate/Flow hero with Doctor Flow aka "Serge Luca" (Session online SPSWarsaw - 2020). Power Platform, Power Automate tips and tricks.
Microsoft Flow session : tips, pitfalls, warnings to be known before starting...serge luca
This document provides an overview and summary of Microsoft Flow including tips, pitfalls, and limitations. It discusses how to create and manage flows, how flows can interact with on-premises data via the data gateway, different environments and compliance features, ways to extend flows via connectors and APIs, pricing plans, and the product roadmap. Key takeaways include keeping flows simple, managing business logic and errors, limitations around state machines and long durations, and opportunities for the workflow engine and approval processes.
Microsoft Flow : what you need to know before starting a real projectserge luca
This document provides an overview and summary of Microsoft Flow Advanced. It discusses how to create flows, limitations, environments, extensibility, pricing and the roadmap. The presentation covers personal productivity uses, templates for flows like expense reports, and approval escalation. It also highlights connectivity to on-premises systems via the data gateway and calls to external systems using actions. Limitations around SharePoint, approvals durations and complex business processes are noted. The positives of an easy tool and integration capabilities are balanced with it being young and unknown reliability.
Make your SharePoint fly by tuning and optimizing SQL Serverserge luca
This document summarizes a presentation on optimizing SQL Server for SharePoint. It discusses basic SharePoint database concepts, planning for long-term performance by optimizing resources like CPU, RAM, disks and network latency. It also covers optimal SQL Server configuration including installation, database settings like recovery models and file placement. Maintaining databases through tools like DBCC CheckDB and measuring performance using counters and diagnostic queries is also presented. The presentation emphasizes the importance of collaboration between SharePoint and database administrators to ensure compliance and optimize performance.
Improve your productivity with Microsoft Fow - Power to the peopleserge luca
This document discusses Microsoft Flow and how it can be used to boost productivity. It provides an overview of creating and managing flows in Flow, using templates, and approval escalation workflows. The document also covers limitations, how Flow can interact with on-premises data using the data gateway, extensibility options, pricing plans, and the roadmap for future enhancements. Key highlights include expanded SharePoint integration, improved approvals functionality, and leveraging other Microsoft services like PowerApps and Power BI.
Microsoft Flow - SharePoint Saturday Paris 2017serge luca
This document provides an introduction and overview of Microsoft Flow. It begins with introductions of the presenters and then covers the following topics in Microsoft Flow:
1. How flows can connect to on-premises data using the on-premises data gateway.
2. How environments and data loss prevention settings isolate flows and data.
3. How flows can extend connectivity to systems outside of Microsoft apps through actions, custom connectors, and HTTP requests.
4. A comparison of Logic Apps and how the workflow engines are related.
5. Pricing comparisons between Flow and SharePoint Designer.
6. The roadmap for upcoming Flow features.
It concludes with
Introduction to Microsoft Flow - Introduction & advanced scenariosserge luca
This document provides an introduction and overview of advanced scenarios for Microsoft Flow. It discusses how Flow can be used to connect data across apps and empower power users. The presentation covers creating and managing flows, using environments and data loss prevention, extending flows to communicate with external systems, and the relationship between Flow and Logic Apps. Pricing and the Flow roadmap are also reviewed. The document concludes by acknowledging some positive aspects of Flow while also noting current limitations that could be improved.
How to Batch Export Lotus Notes NSF Emails to Outlook PST Easily?steaveroggers
Migrating from Lotus Notes to Outlook can be a complex and time-consuming task, especially when dealing with large volumes of NSF emails. This presentation provides a complete guide on how to batch export Lotus Notes NSF emails to Outlook PST format quickly and securely. It highlights the challenges of manual methods, the benefits of using an automated tool, and introduces eSoftTools NSF to PST Converter Software — a reliable solution designed to handle bulk email migrations efficiently. Learn about the software’s key features, step-by-step export process, system requirements, and how it ensures 100% data accuracy and folder structure preservation during migration. Make your email transition smoother, safer, and faster with the right approach.
Read More:- https://www.esofttools.com/nsf-to-pst-converter.html
How Valletta helped healthcare SaaS to transform QA and compliance to grow wi...Egor Kaleynik
This case study explores how we partnered with a mid-sized U.S. healthcare SaaS provider to help them scale from a successful pilot phase to supporting over 10,000 users—while meeting strict HIPAA compliance requirements.
Faced with slow, manual testing cycles, frequent regression bugs, and looming audit risks, their growth was at risk. Their existing QA processes couldn’t keep up with the complexity of real-time biometric data handling, and earlier automation attempts had failed due to unreliable tools and fragmented workflows.
We stepped in to deliver a full QA and DevOps transformation. Our team replaced their fragile legacy tests with Testim’s self-healing automation, integrated Postman and OWASP ZAP into Jenkins pipelines for continuous API and security validation, and leveraged AWS Device Farm for real-device, region-specific compliance testing. Custom deployment scripts gave them control over rollouts without relying on heavy CI/CD infrastructure.
The result? Test cycle times were reduced from 3 days to just 8 hours, regression bugs dropped by 40%, and they passed their first HIPAA audit without issue—unlocking faster contract signings and enabling them to expand confidently. More than just a technical upgrade, this project embedded compliance into every phase of development, proving that SaaS providers in regulated industries can scale fast and stay secure.
Societal challenges of AI: biases, multilinguism and sustainabilityJordi Cabot
Towards a fairer, inclusive and sustainable AI that works for everybody.
Reviewing the state of the art on these challenges and what we're doing at LIST to test current LLMs and help you select the one that works best for you
Copy & Paste On Google >>> https://dr-up-community.info/
EASEUS Partition Master Final with Crack and Key Download If you are looking for a powerful and easy-to-use disk partitioning software,
F-Secure Freedome VPN 2025 Crack Plus Activation New Versionsaimabibi60507
Copy & Past Link 👉👉
https://dr-up-community.info/
F-Secure Freedome VPN is a virtual private network service developed by F-Secure, a Finnish cybersecurity company. It offers features such as Wi-Fi protection, IP address masking, browsing protection, and a kill switch to enhance online privacy and security .
Secure Test Infrastructure: The Backbone of Trustworthy Software DevelopmentShubham Joshi
A secure test infrastructure ensures that the testing process doesn’t become a gateway for vulnerabilities. By protecting test environments, data, and access points, organizations can confidently develop and deploy software without compromising user privacy or system integrity.
Mastering Fluent Bit: Ultimate Guide to Integrating Telemetry Pipelines with ...Eric D. Schabell
It's time you stopped letting your telemetry data pressure your budgets and get in the way of solving issues with agility! No more I say! Take back control of your telemetry data as we guide you through the open source project Fluent Bit. Learn how to manage your telemetry data from source to destination using the pipeline phases covering collection, parsing, aggregation, transformation, and forwarding from any source to any destination. Buckle up for a fun ride as you learn by exploring how telemetry pipelines work, how to set up your first pipeline, and exploring several common use cases that Fluent Bit helps solve. All this backed by a self-paced, hands-on workshop that attendees can pursue at home after this session (https://o11y-workshops.gitlab.io/workshop-fluentbit).
Who Watches the Watchmen (SciFiDevCon 2025)Allon Mureinik
Tests, especially unit tests, are the developers’ superheroes. They allow us to mess around with our code and keep us safe.
We often trust them with the safety of our codebase, but how do we know that we should? How do we know that this trust is well-deserved?
Enter mutation testing – by intentionally injecting harmful mutations into our code and seeing if they are caught by the tests, we can evaluate the quality of the safety net they provide. By watching the watchmen, we can make sure our tests really protect us, and we aren’t just green-washing our IDEs to a false sense of security.
Talk from SciFiDevCon 2025
https://www.scifidevcon.com/courses/2025-scifidevcon/contents/680efa43ae4f5
Adobe Lightroom Classic Crack FREE Latest link 2025kashifyounis067
🌍📱👉COPY LINK & PASTE ON GOOGLE http://drfiles.net/ 👈🌍
Adobe Lightroom Classic is a desktop-based software application for editing and managing digital photos. It focuses on providing users with a powerful and comprehensive set of tools for organizing, editing, and processing their images on their computer. Unlike the newer Lightroom, which is cloud-based, Lightroom Classic stores photos locally on your computer and offers a more traditional workflow for professional photographers.
Here's a more detailed breakdown:
Key Features and Functions:
Organization:
Lightroom Classic provides robust tools for organizing your photos, including creating collections, using keywords, flags, and color labels.
Editing:
It offers a wide range of editing tools for making adjustments to color, tone, and more.
Processing:
Lightroom Classic can process RAW files, allowing for significant adjustments and fine-tuning of images.
Desktop-Focused:
The application is designed to be used on a computer, with the original photos stored locally on the hard drive.
Non-Destructive Editing:
Edits are applied to the original photos in a non-destructive way, meaning the original files remain untouched.
Key Differences from Lightroom (Cloud-Based):
Storage Location:
Lightroom Classic stores photos locally on your computer, while Lightroom stores them in the cloud.
Workflow:
Lightroom Classic is designed for a desktop workflow, while Lightroom is designed for a cloud-based workflow.
Connectivity:
Lightroom Classic can be used offline, while Lightroom requires an internet connection to sync and access photos.
Organization:
Lightroom Classic offers more advanced organization features like Collections and Keywords.
Who is it for?
Professional Photographers:
PCMag notes that Lightroom Classic is a popular choice among professional photographers who need the flexibility and control of a desktop-based application.
Users with Large Collections:
Those with extensive photo collections may prefer Lightroom Classic's local storage and robust organization features.
Users who prefer a traditional workflow:
Users who prefer a more traditional desktop workflow, with their original photos stored on their computer, will find Lightroom Classic a good fit.
Exploring Wayland: A Modern Display Server for the FutureICS
Wayland is revolutionizing the way we interact with graphical interfaces, offering a modern alternative to the X Window System. In this webinar, we’ll delve into the architecture and benefits of Wayland, including its streamlined design, enhanced performance, and improved security features.
Landscape of Requirements Engineering for/by AI through Literature ReviewHironori Washizaki
Hironori Washizaki, "Landscape of Requirements Engineering for/by AI through Literature Review," RAISE 2025: Workshop on Requirements engineering for AI-powered SoftwarE, 2025.
🌍📱👉COPY LINK & PASTE ON GOOGLE http://drfiles.net/ 👈🌍
Adobe Illustrator is a powerful, professional-grade vector graphics software used for creating a wide range of designs, including logos, icons, illustrations, and more. Unlike raster graphics (like photos), which are made of pixels, vector graphics in Illustrator are defined by mathematical equations, allowing them to be scaled up or down infinitely without losing quality.
Here's a more detailed explanation:
Key Features and Capabilities:
Vector-Based Design:
Illustrator's foundation is its use of vector graphics, meaning designs are created using paths, lines, shapes, and curves defined mathematically.
Scalability:
This vector-based approach allows for designs to be resized without any loss of resolution or quality, making it suitable for various print and digital applications.
Design Creation:
Illustrator is used for a wide variety of design purposes, including:
Logos and Brand Identity: Creating logos, icons, and other brand assets.
Illustrations: Designing detailed illustrations for books, magazines, web pages, and more.
Marketing Materials: Creating posters, flyers, banners, and other marketing visuals.
Web Design: Designing web graphics, including icons, buttons, and layouts.
Text Handling:
Illustrator offers sophisticated typography tools for manipulating and designing text within your graphics.
Brushes and Effects:
It provides a range of brushes and effects for adding artistic touches and visual styles to your designs.
Integration with Other Adobe Software:
Illustrator integrates seamlessly with other Adobe Creative Cloud apps like Photoshop, InDesign, and Dreamweaver, facilitating a smooth workflow.
Why Use Illustrator?
Professional-Grade Features:
Illustrator offers a comprehensive set of tools and features for professional design work.
Versatility:
It can be used for a wide range of design tasks and applications, making it a versatile tool for designers.
Industry Standard:
Illustrator is a widely used and recognized software in the graphic design industry.
Creative Freedom:
It empowers designers to create detailed, high-quality graphics with a high degree of control and precision.
Pixologic ZBrush Crack Plus Activation Key [Latest 2025] New Versionsaimabibi60507
Copy & Past Link👉👉
https://dr-up-community.info/
Pixologic ZBrush, now developed by Maxon, is a premier digital sculpting and painting software renowned for its ability to create highly detailed 3D models. Utilizing a unique "pixol" technology, ZBrush stores depth, lighting, and material information for each point on the screen, allowing artists to sculpt and paint with remarkable precision .
Meet the Agents: How AI Is Learning to Think, Plan, and CollaborateMaxim Salnikov
Imagine if apps could think, plan, and team up like humans. Welcome to the world of AI agents and agentic user interfaces (UI)! In this session, we'll explore how AI agents make decisions, collaborate with each other, and create more natural and powerful experiences for users.
WinRAR Crack for Windows (100% Working 2025)sh607827
copy and past on google ➤ ➤➤ https://hdlicense.org/ddl/
WinRAR Crack Free Download is a powerful archive manager that provides full support for RAR and ZIP archives and decompresses CAB, ARJ, LZH, TAR, GZ, ACE, UUE, .
Scaling GraphRAG: Efficient Knowledge Retrieval for Enterprise AIdanshalev
If we were building a GenAI stack today, we'd start with one question: Can your retrieval system handle multi-hop logic?
Trick question, b/c most can’t. They treat retrieval as nearest-neighbor search.
Today, we discussed scaling #GraphRAG at AWS DevOps Day, and the takeaway is clear: VectorRAG is naive, lacks domain awareness, and can’t handle full dataset retrieval.
GraphRAG builds a knowledge graph from source documents, allowing for a deeper understanding of the data + higher accuracy.
16. Controller patternNo State Machine
No custom task
forms
Max 5,000 iterations in Do until
Max 5,000 iterations in For each (100,000 in Plan
1)
Loops
Create nested flows250 actions/flow
Flow Approval
duration : 30 days
Flow duration : 30
days
No guest access
No flow provisioning
in SharePoint sites
Each approval in a dedicated nested flow that
calls itself after 29 days (via a controller)
22. Adapt retry policy
Reduce flow concurrency
Use several connectors
Error HTTP 429 : « I’m too busy » come later (in 10 sec)
Flow throttled by the Service (like SharePoint) and by
the Connector (600 calls/min)
23. 202 ACCEPTED
The request has been accepted for
processing, but the processing has not been
completed.
Long Call
Duration Pattern
25. Started from
Excel
Started from SP
New Expense
from App
Trigger : Excel for a
selected row
Trigger :
SharePoint for a
selected row
Existing Expense
from App
Trigger :
SharePoint : when an item is
created
Proxy Flows
Service Flow
27. Action When an HTTP Request is received (usually coupled with
Response action)
Action Http
Action Send an http Request to SharePoint
Custom Connector
31. Keep your
forms Simple
Trigger
properties
Accounts Management Environments
Business
logic in Flow
In variables Owners :
ADD Groups
Connectors :
Services
Accounts
(except
personal
flows)
PowerShell
Flow
Management
connector
Use several
DLP
#2: This is the Pre-Title Screen.
Please do not place any content on this screen.
#3: To add your image, please insert your picture and scale it to be bigger than the size of the white box shown.
#8: All pictures in this slidedeck come from the same free license free library
Photo by rawpixel on Unsplash
Picture from https://unsplash.com/search/photos/people-working
#11: Unlicensed picture from https://unsplash.com/photos/flEStjHTY14
#13: Photo by rawpixel on Unsplash
Picture from https://unsplash.com/search/photos/people-working
https://unsplash.com/photos/vGgn0xLdy8s
#17: Photo by rawpixel on Unsplash
Picture from https://unsplash.com/photos/q3gmWA3e_WY
#31: Jusqu’ici: 7 min
Duréee 8-10 min Demo scan Ondrive
If doesn’t work set filepath is the content parameter (send mail)
https://shareql.sharepoint.com/demosharepoint/nintext/
Show how to login
App launcher ?
SharePoint list online
Show services https://flow.microsoft.com/en-us/services/ ( > 60 services)
Show templates
Type « SharePoint » to see sharepoint actions and « Office 365 »
Triggers ( show triggers)
Triggers in SharePoint
Show flow « ShareQL expense » When a new item is created in expenses, ask my manager approve it if it is > 500 euros
#32: Photo by Mathieu Perrier on Unsplash
https://images.unsplash.com/photo-1533780898421-b118c81ac26b?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=3348d652058206f20c2cfc46fc532cfd&auto=format&fit=crop&w=1050&q=80