0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Dynamics365/PowerAutomate簡易的な承認フローのサンプル

Posted at

Dynamics365からPowerAutomateの承認機能を利用して承認を行う簡単なサンプルを説明させていただきます。
■処理概要
①営業案件のレビューの設定をトリガーとしてPowerAutomateを起動する。
②PowerAutomateの承認機能を利用して、承認依頼を送信する。
③承認された場合、営業案件の承認状態を「承認」に更新する。
■画面イメージ
image.png
■PowerAutomate実装イメージ
①ソリューションにて自動化→クラウドフロー→自動を選択する。
image.png
②フロー名に「レビュー者承認通知」、トリガーに「行が追加、変更、または削除された場合」を選択して、「作成」をクリックする。
image.png
③以下のようにトリガーを設定する。列を選択するに「new_reviewperson」(レビュー者)を入力する。
image.png
④「メール情報と承認者メールアドレス取得」アクションを追加し、メール内容情報と承認者メールアドレスを取得する。
image.png
⑤「開始して承認を待機」アクションを追加する。レビュー者へ承認を求めるメールを送信する。
image.png
⑥「承認するかの判定」条件アクションを追加する。
image.png
⑦承認されたら(はいの場合)、「承認状態」と「社内レビュー完了」フィールドを更新する。
image.png
⑧実行結果
image.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?