Power Automate Flashcards

1
Q

What is web site?

A

flow.microsoft.com or make.powerautomate.com

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

What do you find errors and warnings for your automation?

A

“Flow Checker”

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

What flow type is triggered by a designated event?

A

Automated Cloud Flow

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

What flow type is triggered manually as needed?

A

Instant Cloud Flow

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

What flow type you choose when and how often it runs?

A

Scheduled Cloud Flow

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

What is the first item in a Power Automated flow?

A

Trigger

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

What is the second step of a flow?

A

Action

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

How to run a flow from canvas.

A

Example. OnSelect -> FlowName.Run()

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

How to pass value to flow

A

FlowName.Run(PassedValue) Make sure flow is expecting value using “Initialize variable.”

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

How to retrieve value returned from flow

A

Set(MyVariable,FlowName.Run()) Make sure flow is outputting value using “Respond to a PowerApp or Flow”.

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

What are 3 ways to share a flow?

A

Share as an “Owner”, “Read Only user”, send a copy of Flow.

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

How are “Desktop Flows” executed

A

RPA (Robotic Process Automation)

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

How to record and replay Desktop Flow

A

User Interface Automations

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

How to record and replay Web Flow

A

Web Interface Automation

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

Trigger used when a Sharepoint list is added to

A

Sharepoint - “When an item is created” trigger

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

What is it called when you want start your flow from Power Apps

A

“Flow Button for Mobile”