SlideShare a Scribd company logo
1 of 71
#SPFestDenver #SPFestBPA
Business Process Automation:
Advanced Workflow Solutions
#SPFestDenver #SPFestBPA
Andy Huneycutt
• Charlotte, NC
• IT Trainer
• Consultant
• Courseware Developer
• SharePoint | Office 365
• MCITP, MCTS
andy@williamhuneycuttconsulting.onmicrosoft.com
andy@upskilltech.com
Twitter - @andyhuneycutt | LinkedIn – William Huneycutt
#SPFestDenver #SPFestBPA
#SPFestDenver #SPFestBPA
Previously…
Business Process Automation for SharePoint: Increasing efficiency in
the workplace
• Enterprise Content Management
• Forms
• Workflows
• Page Design
• Composite solutions
#SPFestDenver #SPFestBPA
What’s in it for me?
• Maximizing your investment in SharePoint
• Out-of-the-box tools
• Empowering business users
• Automation
• Transparency
• No code solutions!
• (Okay maybe a little…)
#SPFestDenver #SPFestBPA
Agenda
In this seminar you'll learn how to implement workflows in SharePoint
Designer 2013 to increase efficiency in the workplace.
• Necessary components
• Workflows
• Demo
• Q & A
#SPFestDenver #SPFestBPA
Custom workflow solutions
#SPFestDenver #SPFestBPA
What are Workflows
#SPFestDenver #SPFestBPA
SharePoint 2013 Workflow Platforms
#SPFestDenver #SPFestBPA
Workflow Architecture
#SPFestDenver #SPFestBPA
Workflow Application
#SPFestDenver #SPFestBPA
Learning Resources
• Books
• Websites
• Blogs
• Just do it
• Reverse engineer it
#SPFestDenver #SPFestBPA
Homework
• Analyze the business process
• Who, What, Why, When, How
• Document, document, document
• Not just for you, for the next person…
• Be consistent
#SPFestDenver #SPFestBPA
Creating a Workflow
#SPFestDenver #SPFestBPA
Out-of-the-box Templates
• Approval
• Feedback
• Three-State
• Disposition Approval
• Publishing Approval
• Collect Digital Signatures
Built in Solutions 80/20 Rule
Customization OOTB
#SPFestDenver #SPFestBPA
SharePoint Designer 2013 Custom Workflows
#SPFestDenver #SPFestBPA
Workflow 2010
Steps
Actions
Conditions
Events
#SPFestDenver #SPFestBPA
Workflow 2013
Stages
Steps
Actions
Conditions
Events
Loops
#SPFestDenver #SPFestBPA
Workflow Association
#SPFestDenver #SPFestBPA
Learn from the architects
#SPFestDenver #SPFestBPA
OOTB Workflows
#SPFestDenver #SPFestBPA
OOTB Workflows
Condition
If value equals value
Actions
Set Variable
Data Source
Field
Set Variable
Data Source
Field
Repeat
Condition
Actions
#SPFestDenver #SPFestBPA
If, Else, and Else If Branches
2010
2013
#SPFestDenver #SPFestBPA
OOTB Workflows
#SPFestDenver #SPFestBPA
OOTB Workflows
#SPFestDenver #SPFestBPA
OOTB Workflows
Action
Send an Email
To:
Data Source
Current Item
Field
Created By
#SPFestDenver #SPFestBPA
Eventing Actions
• Wait for Event in List Item: Used to wait for a new item to be created
or an item to be changed.
• Wait for Project Event: Used to wait for a project to be checked in,
committed, or submitted.
• Wait for Field Change in Current Item: Used to wait for a field to be
changed in the current item.
#SPFestDenver #SPFestBPA
#SPFestDenver #SPFestBPA
Workflow Settings
#SPFestDenver #SPFestBPA
Assign a To-do Item 2010
#SPFestDenver #SPFestBPA
Custom Task Process
#SPFestDenver #SPFestBPA
Assign a Task 2013
#SPFestDenver #SPFestBPA
Start a Task Process 2013
#SPFestDenver #SPFestBPA
Task Outcome
#SPFestDenver #SPFestBPA
Custom Workflow Task (SharePoint 2013)
Required fields: % complete, Task Status and the Task Outcome
#SPFestDenver #SPFestBPA
Task Outcome Column
#SPFestDenver #SPFestBPA
Task Content Type
#SPFestDenver #SPFestBPA
Demo
Creating Custom Workflows for Business Process Automation in SharePoint
Designer
#SPFestDenver #SPFestBPA
#SPFestDenver #SPFestBPA
Workflow Variables
• A variable is a data storage location or cache inside
a workflow that contains data associated with a
workflow.
• Two types of workflow data
are available
• Local Variables and
Initiation Parameters
• You can think of workflow data as a data source
that is a list of variables where each variable holds
a single value of a particular data type.
#SPFestDenver #SPFestBPA
Variables and Initiation Parameters
#SPFestDenver #SPFestBPA
Variable Lookup
#SPFestDenver #SPFestBPA
Variable Lookup
#SPFestDenver #SPFestBPA
What is an an Initiation Form?
#SPFestDenver #SPFestBPA
Initiation Form Parameters
#SPFestDenver #SPFestBPA
Initiation Form Fields
• Single line of text
• Multiple lines of text
• Number (1, 1.0, 100)
• Date and Time
• Choice (menu to choose from)
• Yes/No (check box)
• Person or Group
• Hyperlink or Picture
• Assignment Stages
#SPFestDenver #SPFestBPA
Default Values
When you design the initiation form, you choose whether or not to supply a default
value for each of the parameters that you define. If you supply a default value for a
parameter, and the person starting the workflow does not replace the default value
with another value, then the workflow will use the default value.
#SPFestDenver #SPFestBPA
Initiation form fields to update values in the
current list.
#SPFestDenver #SPFestBPA
Adding Users to Workflow
#SPFestDenver #SPFestBPA
Workflow Parameters
#SPFestDenver #SPFestBPA
Workflow Parameters
#SPFestDenver #SPFestBPA
Demo
Creating Custom Workflows for Business Process Automation in SharePoint
#SPFestDenver #SPFestBPA
#SPFestDenver #SPFestBPA
Email Notifications
#SPFestDenver #SPFestBPA
Email Customization
#SPFestDenver #SPFestBPA
Email Notifications
#SPFestDenver #SPFestBPA
Email Customization
#SPFestDenver #SPFestBPA
Tips and Tricks
• Give specific instructions for your users.
• Insert images to show users what to do.
• Insert direct links to what you expect users to complete.
#SPFestDenver #SPFestBPA
Demo
Creating Custom Workflows for Business Process Automation in SharePoint
#SPFestDenver #SPFestBPA
#SPFestDenver #SPFestBPA
Microsoft Flow
#SPFestDenver #SPFestBPA
#SPFestDenver #SPFestBPA
Get started quickly
with over a
hundred useful
templates
#SPFestDenver #SPFestBPA
Integrate the systems
you’re already using…
even custom APIs.
#SPFestDenver #SPFestBPA
Triggers
• Some of them are events in your connected
web services, such as when a certain user
sends a tweet or a file is saved to your
Dropbox account.
• Other triggers are built-in, such as running a
flow on a recurring schedule or running a flow
in response to a web request.
• Finally, there are manual triggers, such as
launching a flow by clicking a button in
Microsoft Flow or Microsoft PowerApps.
Triggers often pass information about the
event that happened to actions in your flow.
#SPFestDenver #SPFestBPA
Is Microsoft Flow the direct replacement for
SharePoint Workflows?
• No. Microsoft Flow is the evolution of business process management
allowing you to build elegant solutions which have the ability to
orchestrate data across various line of business applications
leveraging “clicks” and not code.
#SPFestDenver #SPFestBPA
“Hi folks, Merwan here from the Microsoft Flow team. I think it's fair to say
that Flow targets many of the same scenarios that Workflow designer did
and we'd like your feedback to make sure that we truly succeed in doing so.
However, Flow is not necessarily a "replacement" for SharePoint Designer, it
is more of an "evolution." SharePoint Designer will be continued to be
supported until 2026.
With Flow, our focus is on empowering business users to create workflows for
their everyday business needs through connectivity to many services such as
SharePoint, Dynamics CRM, O365 Email, Dropbox, Twittter, Trello, etc. - for
the capabilities you mentioned, today we support HTTP actions and have
workflow level logging, but we are working on identifying gaps such as
variable types, item level permissions, etc. Brent and others, if you're
available next week, I'd like to do a call with you to get a better
understanding of the types of workflows you're building today with the
Designer and how Flow can help.”
#SPFestDenver #SPFestBPA
#SPFestDenver #SPFestBPA
https://flow.microsoft.com/en-
us/blog/
Want to learn more?
#SPFestDenver #SPFestBPA
Questions
#SPFestDenver #SPFestBPA
Business Process Automation
for SharePoint
Coming to a city near you – ASPE Training
ASPEtraining.com
http://aspetraining.com/courses/sharepoint-for-business-process-automation

More Related Content

What's hot

Effective Business Process Design with SharePoint
Effective Business Process Design with SharePointEffective Business Process Design with SharePoint
Effective Business Process Design with SharePointWinWire Technologies Inc
 
Enterprise Project Management using Microsoft Project
Enterprise Project Management using Microsoft ProjectEnterprise Project Management using Microsoft Project
Enterprise Project Management using Microsoft ProjectAmarnath Gupta
 
Introduction to Microsoft Project 2013 Online from Atidan
Introduction to Microsoft Project 2013 Online from AtidanIntroduction to Microsoft Project 2013 Online from Atidan
Introduction to Microsoft Project 2013 Online from AtidanDavid J Rosenthal
 
Frappe Open Day - April/May 2017
Frappe Open Day - April/May 2017Frappe Open Day - April/May 2017
Frappe Open Day - April/May 2017Prateeksha Singh
 
O365Engage17 - Supercharging Your Productivity and Business with Microsoft Po...
O365Engage17 - Supercharging Your Productivity and Business with Microsoft Po...O365Engage17 - Supercharging Your Productivity and Business with Microsoft Po...
O365Engage17 - Supercharging Your Productivity and Business with Microsoft Po...NCCOMMS
 
Ordina SOFTC Presentation - Demand management using workflow Project Server 2010
Ordina SOFTC Presentation - Demand management using workflow Project Server 2010Ordina SOFTC Presentation - Demand management using workflow Project Server 2010
Ordina SOFTC Presentation - Demand management using workflow Project Server 2010Ordina Belgium
 
Go with the Flow: Automating Business Processes with Clicks
Go with the Flow: Automating Business Processes with ClicksGo with the Flow: Automating Business Processes with Clicks
Go with the Flow: Automating Business Processes with ClicksSalesforce Developers
 
Integrate OutSystems With Office 365
Integrate OutSystems With Office 365Integrate OutSystems With Office 365
Integrate OutSystems With Office 365OutSystems
 
SharePoint 2013 as a BPM & Workflow Management System
SharePoint 2013 as a BPM & Workflow Management SystemSharePoint 2013 as a BPM & Workflow Management System
SharePoint 2013 as a BPM & Workflow Management SystemAndreas Aschauer
 
Microsoft Project Online for Project Managers
Microsoft Project Online for Project ManagersMicrosoft Project Online for Project Managers
Microsoft Project Online for Project ManagersLeon Gallegos
 
SharePoint 2010 Application Development
SharePoint 2010 Application DevelopmentSharePoint 2010 Application Development
SharePoint 2010 Application Developmentmattbremer
 
The 5 Best-Kept QuickBase Secrets
The 5 Best-Kept QuickBase SecretsThe 5 Best-Kept QuickBase Secrets
The 5 Best-Kept QuickBase SecretsQuickBase, Inc.
 
Practical Headless Flow Examples
Practical Headless Flow ExamplesPractical Headless Flow Examples
Practical Headless Flow ExamplesSalesforce Admins
 
What’s New in Project 2016, Project Server 2016, Project Online and Office 36...
What’s New in Project 2016, Project Server 2016, Project Online and Office 36...What’s New in Project 2016, Project Server 2016, Project Online and Office 36...
What’s New in Project 2016, Project Server 2016, Project Online and Office 36...Rolly Perreaux, PMP
 
Managing projects has never been easier
Managing projects has never been easierManaging projects has never been easier
Managing projects has never been easierJerome Quinton
 

What's hot (20)

Effective Business Process Design with SharePoint
Effective Business Process Design with SharePointEffective Business Process Design with SharePoint
Effective Business Process Design with SharePoint
 
Enterprise Project Management using Microsoft Project
Enterprise Project Management using Microsoft ProjectEnterprise Project Management using Microsoft Project
Enterprise Project Management using Microsoft Project
 
Moving to Microsoft Project Online
Moving to Microsoft Project OnlineMoving to Microsoft Project Online
Moving to Microsoft Project Online
 
Introduction to Microsoft Project 2013 Online from Atidan
Introduction to Microsoft Project 2013 Online from AtidanIntroduction to Microsoft Project 2013 Online from Atidan
Introduction to Microsoft Project 2013 Online from Atidan
 
Advanced Office365 Sharepoint online Workflows
Advanced Office365 Sharepoint online WorkflowsAdvanced Office365 Sharepoint online Workflows
Advanced Office365 Sharepoint online Workflows
 
Visual Workflow Overview
Visual Workflow OverviewVisual Workflow Overview
Visual Workflow Overview
 
Frappe Open Day - April/May 2017
Frappe Open Day - April/May 2017Frappe Open Day - April/May 2017
Frappe Open Day - April/May 2017
 
What's new in microsoft project server and professional 2013
What's new in microsoft project server and professional 2013What's new in microsoft project server and professional 2013
What's new in microsoft project server and professional 2013
 
O365Engage17 - Supercharging Your Productivity and Business with Microsoft Po...
O365Engage17 - Supercharging Your Productivity and Business with Microsoft Po...O365Engage17 - Supercharging Your Productivity and Business with Microsoft Po...
O365Engage17 - Supercharging Your Productivity and Business with Microsoft Po...
 
Cloud flow designer: Salesforce.com
Cloud flow designer: Salesforce.comCloud flow designer: Salesforce.com
Cloud flow designer: Salesforce.com
 
Ordina SOFTC Presentation - Demand management using workflow Project Server 2010
Ordina SOFTC Presentation - Demand management using workflow Project Server 2010Ordina SOFTC Presentation - Demand management using workflow Project Server 2010
Ordina SOFTC Presentation - Demand management using workflow Project Server 2010
 
Go with the Flow: Automating Business Processes with Clicks
Go with the Flow: Automating Business Processes with ClicksGo with the Flow: Automating Business Processes with Clicks
Go with the Flow: Automating Business Processes with Clicks
 
Integrate OutSystems With Office 365
Integrate OutSystems With Office 365Integrate OutSystems With Office 365
Integrate OutSystems With Office 365
 
SharePoint 2013 as a BPM & Workflow Management System
SharePoint 2013 as a BPM & Workflow Management SystemSharePoint 2013 as a BPM & Workflow Management System
SharePoint 2013 as a BPM & Workflow Management System
 
Microsoft Project Online for Project Managers
Microsoft Project Online for Project ManagersMicrosoft Project Online for Project Managers
Microsoft Project Online for Project Managers
 
SharePoint 2010 Application Development
SharePoint 2010 Application DevelopmentSharePoint 2010 Application Development
SharePoint 2010 Application Development
 
The 5 Best-Kept QuickBase Secrets
The 5 Best-Kept QuickBase SecretsThe 5 Best-Kept QuickBase Secrets
The 5 Best-Kept QuickBase Secrets
 
Practical Headless Flow Examples
Practical Headless Flow ExamplesPractical Headless Flow Examples
Practical Headless Flow Examples
 
What’s New in Project 2016, Project Server 2016, Project Online and Office 36...
What’s New in Project 2016, Project Server 2016, Project Online and Office 36...What’s New in Project 2016, Project Server 2016, Project Online and Office 36...
What’s New in Project 2016, Project Server 2016, Project Online and Office 36...
 
Managing projects has never been easier
Managing projects has never been easierManaging projects has never been easier
Managing projects has never been easier
 

Similar to WF 202 Advanced Workflow Solutions

PWR 106 Business Process Automation for SharePoint
PWR 106 Business Process Automation for SharePointPWR 106 Business Process Automation for SharePoint
PWR 106 Business Process Automation for SharePointWilliam Huneycutt, II
 
WF 105 Business Process Automation SharePoint Fest DC 2018
WF 105 Business Process Automation SharePoint Fest DC 2018WF 105 Business Process Automation SharePoint Fest DC 2018
WF 105 Business Process Automation SharePoint Fest DC 2018William Huneycutt, II
 
Microsoft Dynamics CRM (XRM) & Microsoft Sharepoint
Microsoft Dynamics CRM (XRM) & Microsoft SharepointMicrosoft Dynamics CRM (XRM) & Microsoft Sharepoint
Microsoft Dynamics CRM (XRM) & Microsoft SharepointAli Sharifi
 
SharePoint Fest Seattle 2017 Getting started with office365 sharepoint online...
SharePoint Fest Seattle 2017 Getting started with office365 sharepoint online...SharePoint Fest Seattle 2017 Getting started with office365 sharepoint online...
SharePoint Fest Seattle 2017 Getting started with office365 sharepoint online...Prashant G Bhoyar (Microsoft MVP)
 
Datapolis Guest Expert Presentation: Three must have SharePoint workflows by ...
Datapolis Guest Expert Presentation: Three must have SharePoint workflows by ...Datapolis Guest Expert Presentation: Three must have SharePoint workflows by ...
Datapolis Guest Expert Presentation: Three must have SharePoint workflows by ...Datapolis
 
Matthias einig transforming share point farm solutions to the app model
Matthias einig   transforming share point farm solutions to the app modelMatthias einig   transforming share point farm solutions to the app model
Matthias einig transforming share point farm solutions to the app modelBIWUG
 
Transforming SharePoint Farm Solutions to the App Model
Transforming SharePoint Farm Solutions to the App ModelTransforming SharePoint Farm Solutions to the App Model
Transforming SharePoint Farm Solutions to the App ModelMatthias Einig
 
No-code developer options in Office 365 and SharePoint 2013
No-code developer options in Office 365 and SharePoint 2013No-code developer options in Office 365 and SharePoint 2013
No-code developer options in Office 365 and SharePoint 2013Asif Rehmani
 
Flexible Custom Workflows for Banner ERP and the Campus
Flexible Custom Workflows for Banner ERP and the CampusFlexible Custom Workflows for Banner ERP and the Campus
Flexible Custom Workflows for Banner ERP and the CampusBonitasoft
 
SharePoint designer 2013 workflows
SharePoint designer 2013 workflowsSharePoint designer 2013 workflows
SharePoint designer 2013 workflowsNate Auchter
 
West Monroe Partners - SharePoint 2010 Workflow - learn the secrets to greate...
West Monroe Partners - SharePoint 2010 Workflow - learn the secrets to greate...West Monroe Partners - SharePoint 2010 Workflow - learn the secrets to greate...
West Monroe Partners - SharePoint 2010 Workflow - learn the secrets to greate...Coskun Cavusoglu
 
Frappe Open Day - June 2015
Frappe Open Day - June 2015Frappe Open Day - June 2015
Frappe Open Day - June 2015Anand Doshi
 
Patricia Pearson-Kotz Recorded PowerPoint Resume
Patricia Pearson-Kotz Recorded PowerPoint ResumePatricia Pearson-Kotz Recorded PowerPoint Resume
Patricia Pearson-Kotz Recorded PowerPoint ResumePatti Pearson-Kotz
 
SharePoint Fest DC 2016_Advanced Office365 SharePoint Online Workflows
SharePoint Fest DC 2016_Advanced Office365 SharePoint Online WorkflowsSharePoint Fest DC 2016_Advanced Office365 SharePoint Online Workflows
SharePoint Fest DC 2016_Advanced Office365 SharePoint Online WorkflowsPrashant G Bhoyar (Microsoft MVP)
 
Sharepoint implementation quick points to grasp
Sharepoint implementation  quick points to graspSharepoint implementation  quick points to grasp
Sharepoint implementation quick points to graspNeha Rai
 
Three Guiding Principles to Ensure Success with QuickBase
Three Guiding Principles to Ensure Success with QuickBaseThree Guiding Principles to Ensure Success with QuickBase
Three Guiding Principles to Ensure Success with QuickBaseQuickBase, Inc.
 
Beyond The Intranet: Digital Workplace Apps, Solutions & Bots
Beyond The Intranet: Digital Workplace Apps, Solutions & BotsBeyond The Intranet: Digital Workplace Apps, Solutions & Bots
Beyond The Intranet: Digital Workplace Apps, Solutions & BotsRichard Harbridge
 
Beyond The Intranet: Digital Workplace Apps, Solutions & Bots
Beyond The Intranet: Digital Workplace Apps, Solutions & BotsBeyond The Intranet: Digital Workplace Apps, Solutions & Bots
Beyond The Intranet: Digital Workplace Apps, Solutions & BotsRichard Harbridge
 

Similar to WF 202 Advanced Workflow Solutions (20)

PWR 106 Business Process Automation for SharePoint
PWR 106 Business Process Automation for SharePointPWR 106 Business Process Automation for SharePoint
PWR 106 Business Process Automation for SharePoint
 
WF 105 Business Process Automation SharePoint Fest DC 2018
WF 105 Business Process Automation SharePoint Fest DC 2018WF 105 Business Process Automation SharePoint Fest DC 2018
WF 105 Business Process Automation SharePoint Fest DC 2018
 
Microsoft Dynamics CRM (XRM) & Microsoft Sharepoint
Microsoft Dynamics CRM (XRM) & Microsoft SharepointMicrosoft Dynamics CRM (XRM) & Microsoft Sharepoint
Microsoft Dynamics CRM (XRM) & Microsoft Sharepoint
 
SharePoint Fest Seattle 2017 Getting started with office365 sharepoint online...
SharePoint Fest Seattle 2017 Getting started with office365 sharepoint online...SharePoint Fest Seattle 2017 Getting started with office365 sharepoint online...
SharePoint Fest Seattle 2017 Getting started with office365 sharepoint online...
 
Datapolis Guest Expert Presentation: Three must have SharePoint workflows by ...
Datapolis Guest Expert Presentation: Three must have SharePoint workflows by ...Datapolis Guest Expert Presentation: Three must have SharePoint workflows by ...
Datapolis Guest Expert Presentation: Three must have SharePoint workflows by ...
 
Matthias einig transforming share point farm solutions to the app model
Matthias einig   transforming share point farm solutions to the app modelMatthias einig   transforming share point farm solutions to the app model
Matthias einig transforming share point farm solutions to the app model
 
Transforming SharePoint Farm Solutions to the App Model
Transforming SharePoint Farm Solutions to the App ModelTransforming SharePoint Farm Solutions to the App Model
Transforming SharePoint Farm Solutions to the App Model
 
No-code developer options in Office 365 and SharePoint 2013
No-code developer options in Office 365 and SharePoint 2013No-code developer options in Office 365 and SharePoint 2013
No-code developer options in Office 365 and SharePoint 2013
 
Flexible Custom Workflows for Banner ERP and the Campus
Flexible Custom Workflows for Banner ERP and the CampusFlexible Custom Workflows for Banner ERP and the Campus
Flexible Custom Workflows for Banner ERP and the Campus
 
SharePoint designer 2013 workflows
SharePoint designer 2013 workflowsSharePoint designer 2013 workflows
SharePoint designer 2013 workflows
 
West Monroe Partners - SharePoint 2010 Workflow - learn the secrets to greate...
West Monroe Partners - SharePoint 2010 Workflow - learn the secrets to greate...West Monroe Partners - SharePoint 2010 Workflow - learn the secrets to greate...
West Monroe Partners - SharePoint 2010 Workflow - learn the secrets to greate...
 
Shifan_QA_Resume
Shifan_QA_ResumeShifan_QA_Resume
Shifan_QA_Resume
 
Frappe Open Day - June 2015
Frappe Open Day - June 2015Frappe Open Day - June 2015
Frappe Open Day - June 2015
 
Patricia Pearson-Kotz Recorded PowerPoint Resume
Patricia Pearson-Kotz Recorded PowerPoint ResumePatricia Pearson-Kotz Recorded PowerPoint Resume
Patricia Pearson-Kotz Recorded PowerPoint Resume
 
Hari_crm_Middleware_exp
Hari_crm_Middleware_expHari_crm_Middleware_exp
Hari_crm_Middleware_exp
 
SharePoint Fest DC 2016_Advanced Office365 SharePoint Online Workflows
SharePoint Fest DC 2016_Advanced Office365 SharePoint Online WorkflowsSharePoint Fest DC 2016_Advanced Office365 SharePoint Online Workflows
SharePoint Fest DC 2016_Advanced Office365 SharePoint Online Workflows
 
Sharepoint implementation quick points to grasp
Sharepoint implementation  quick points to graspSharepoint implementation  quick points to grasp
Sharepoint implementation quick points to grasp
 
Three Guiding Principles to Ensure Success with QuickBase
Three Guiding Principles to Ensure Success with QuickBaseThree Guiding Principles to Ensure Success with QuickBase
Three Guiding Principles to Ensure Success with QuickBase
 
Beyond The Intranet: Digital Workplace Apps, Solutions & Bots
Beyond The Intranet: Digital Workplace Apps, Solutions & BotsBeyond The Intranet: Digital Workplace Apps, Solutions & Bots
Beyond The Intranet: Digital Workplace Apps, Solutions & Bots
 
Beyond The Intranet: Digital Workplace Apps, Solutions & Bots
Beyond The Intranet: Digital Workplace Apps, Solutions & BotsBeyond The Intranet: Digital Workplace Apps, Solutions & Bots
Beyond The Intranet: Digital Workplace Apps, Solutions & Bots
 

Recently uploaded

Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGSujit Pal
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 

Recently uploaded (20)

Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAG
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 

WF 202 Advanced Workflow Solutions

Editor's Notes

  1. 35
  2. 36