Process Automation and Workflow Design Flashcards

(38 cards)

1
Q

What problem does this lecture address?

A

Repetitive, manual workflows (e.g., invoice approvals, leave requests) cause delays, errors, and frustration.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Core promise of AI-driven automation

A

Reduce errors, speed up processes, and free people for higher-value work.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Why automate now?

A

AI + BPM platforms integrate easily, enable real-time decisioning, and remove bottlenecks in common back-office flows.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Typical manual pain points

A

Data entry, routing/approvals, status chasing, and exception handling.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Immediate benefits cited

A

Lower errors/costs, faster approvals/cycle times, happier teams and stakeholders.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Invoice approvals—what changed with AI?

A

Anomaly detection + threshold-based routing cut cycle time and improved accuracy.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

High-level automation flow (pattern)

A

Trigger → Validate/enrich → Route/approve → Update systems → Notify/escalate → Monitor/optimize.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Role of ChatGPT in automation design

A

Brainstorm target workflows, define steps/logic, surface risks, metrics, and training needs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Role of Power Automate in execution

A

Build the actual flow, connect data sources, apply conditions, route approvals, and send notifications.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Key trigger used in demo

A

Microsoft Form submission (“When a new response is submitted”).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Primary data stores used

A

SharePoint lists (Leave Balances, Leave Register).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Why SharePoint lists here?

A

Simple, cloud-hosted tables that Power Automate can read/write for state and records.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Validation step for leave requests

A

Check requested days against the employee’s leave balance in SharePoint.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Auto-approval rule in demo

A

If requested days ≤ current leave balance → approve and update records.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Auto-denial rule in demo

A

If requested days > current leave balance → deny and notify employee + HR.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Notifications used

A

Email to requester (approved/denied); HR CC’d on denials.

17
Q

What gets logged on approval?

A

Employee ID, start/end dates, status=Approved, action=Leave balance updated (in Leave Register).

18
Q

What gets logged on denial?

A

Employee ID, dates, status=Denied, action=HR notified (in Leave Register).

19
Q

Where the balance is updated

A

Leave Balance list: new balance = old balance − approved days.

20
Q

How requested days are computed

A

Power Automate “Compose” with a date-difference expression (End Date − Start Date).

21
Q

Why “Apply to each” was needed

A

SharePoint “Get items” returns an array; loop ensures correct per-record handling.

22
Q

Routing object used for approvals (alt pattern)

A

“Start and wait for an approval” (email/Teams card to manager) when needed.

23
Q

Escalation path in design

A

Unresolved or insufficient-balance cases escalate automatically to HR.

24
Q

Example KPIs to track post-automation

A

Cycle time, auto-approval (STP) rate, exception rate, SLA attainment, user satisfaction.

25
Error-reduction mechanisms
Automated validation, threshold routing, anomaly checks, and standardized updates.
26
Data integration points
Microsoft Forms (input), SharePoint (state), Outlook (notifications) — all wired by Power Automate.
27
How ChatGPT accelerates build-out
Drafts step list, conditions, edge cases, RACI, test cases, and even CSV/Excel templates.
28
Governance best practice
Keep a human-in-the-loop for high-risk/ambiguous cases and maintain change logs/audit trails.
29
Security consideration with LLMs
Disable model training on sensitive prompts/data; avoid pasting PII unless policy allows.
30
Change management must-do
Communicate the “why,” provide training, and publish a quick-reference SOP for the new flow.
31
Common pitfall to avoid
Automating a flawed manual step without fixing policy/ownership/root cause first.
32
Pilot-first approach
Start with one form + two SharePoint lists + one KPI, prove value, then scale.
33
Scaling the pattern
Template the flow, parametrize lists/thresholds, reuse connectors across similar HR/finance requests.
34
When to add AI beyond rules
For anomaly detection, priority scoring, or NLP-based triage on free-text requests.
35
Example ChatGPT prompt (design)
“Outline a leave-management workflow for Power Automate: trigger=Form, check balance (SharePoint), update registers, notify.”
36
Example ChatGPT prompt (refine)
“List edge cases and mitigation steps for the leave workflow; include owner, impact, and test scenario.”
37
Example Copilot/flow question
“Which condition branches fire most often, and where do denials cluster by employee or date range?”
38
Business outcome to report
Faster approvals, fewer errors, reduced admin load, and clearer auditability.