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?

Flow Debugging Superbadge Unit

Last updated at Posted at 2025-04-21

  • ユーザーが期待どおりに自動化を実行できない原因となっている問題を分析して修正します。
  • 適切な自動化の実行に影響するフロー構成のトラブルシューティングを行います。

ケース3709: フローユーザーエクスペリエンス

ユーザーが自動化を実行できない問題をトラブルシューティングして解決します。

The user 'Andesha Rahman' isn't able to run the 'Create a Case' flow.

ユーザー「Andesha Rahman」は「ケースの作成」フローを実行できません。

共有設定も、フローの実行権限もあるとは思うけど... 意味が分からん

You do not have the level of access necessary to perform the operation you requested. Please contact the owner of the record or your administrator if access is necessary.

A flow debug run failed to start because the running user doesn’t have the required permission and access to run the flow.
Salesforce Error ID: 2049807530-125391 (-1898225642)

これを見たけど、フローの名前が違う。余計に分からん

権限セットも付与したし、システムモードにしてもエラーになりますね。何だろう?

image.png

何をチェックしているのか?

UserPermissionsInteractionUser 

image.png

SELECT Id, Username, S FROM User WHERE ((FirstName = 'Andesha' AND LastName = 'Rahman') OR (FirstName = 'Rahman' AND LastName = 'Andesha')) LIMIT 1

ああああ、おかしい。

We can't verify that the flow was debugged as Andesha Rahman's user. Debug the automation as this user.

ケース3801: フロー構成

自動化が失敗する原因となる構成を確認し、デバッグをサポートするための通知を追加します。

The 'Create Opportunity' flow fails to create opportunity records dynamically.

登録できない。

image.png

Organization-Wide Email Addresses ではメールアドレスには自分のアドレスを使わないと検証できないから?

入力できないですね

何だ?

Error Occurred: This error occurred when the flow tried to create records: REQUIRED_FIELD_MISSING: Required fields are missing: [StageName]. You can look up ExceptionCode values in the SOAP API Developer Guide.

The flow error messages aren't being routed correctly.

Apexの方を使うのか...

ケース3819: フローの展開

運用環境でフローの構成を確認し、展開後の問題を特定します。

The 'High Value Opportunity Assignment' flow isn't reassigning high value opportunities to the expected user dynamically.

「高価値商談の割り当て」フローでは、高価値商談が想定されるユーザーに動的に再割り当てされません。

ケース3830: フローデバッグ

不適切なフロー構成と要素構成をトラブルシューティングして解決します。

The flow 'Account Suspension' isn't using the appropriate resource to reference the account record.

フロー「アカウント停止」は、アカウント レコードを参照するために適切なリソースを使用していません。

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?