ここのフローアクションにはインタラクション部分がありません。誰か助けてもらえますか
Make sure that you have selected Action and Related Records (not fast field updates) in the start element.
プロセスの自動化設定で「フローのLightningランタイムを有効化」にチェックが入っていない
入っているとこれ
Select an option from the picklist or remove the search term. 【障害?】
決定要素に保存ボタンがない?
ブラウザのキャッシュの問題みたい
Screen Not Available
すべてが表示されない
Got the Hmm, that didn't work. Please try again. Error ID: ... error
アクションの項目が表示されない
キャッシュの問題みたいですが、ブラウザを変えたりしただけではダメみたいですね。
このアクションを削除して再作成してみてください。
Might be some cache or flow's internal element related issue which got stuck. could you please try deleting the element and re adding it? and if the flow is small, i would even suggest to restart whole flow config
https://trailhead.salesforce.com/trailblazer-community/feed/0D54V00007ajR2nSAE
デバック
サポートにケース(470523882)を申請しました。どうやらサポートは私の問題の説明を読んでいなかったようです(当然ですが)。
とにかく、問題を再現してみました。これでスクリーンフローのデバッグがうまくいきました!最初は奇妙なピクセル化(大きく振動するピクセル、笑)がありましたが、その後のデバッグ実行は完璧でした。
したがって、この種の問題は自動的に解決されるものと想定しています。数日お待ちください。
TypeError: o.setCustomValidity is not a function throws at https://cunning-narwhal-7dvq4b-dev-ed.trailblaze.lightning.force.com/auraFW/javascript/c1ItM3NYNWFUOE5oQkUwZk1sYW1vQWg5TGxiTHU3MEQ5RnBMM0VzVXc1cmcxMS4zMjc2OC4z/aura_prod.js line 322 > eval:1:53566
For anybody else getting this error, I was just able to remedy it by switching from usint Firefox to Chrome for the Salesforce playground. Firefox doesn't seem to handle the custom targeting mode.
このエラーが発生している方は、Salesforce Playground を Firefox から Chrome に切り替えることで解決できました。Firefox はカスタムターゲティングモードに対応していないようです。
View Details and Versionsがない
I followed your instructions and found it, now I can continue to learn the process ![]()
あなたの指示に従って見つけました。これでプロセスを学び続けることができます :D
Hmm, that didn't work. Check your internet connection and refresh the page. If the issue persists, ask for help with this error: Unfortunately, there was a problem. Please try again. If the problem continues, get in touch with your administrator with the error ID shown here and any other related details. Error ID: 401885830-164087 (1792616599)
Figured this out. The Error was being thrown because of a decision following the screen. The decision was if it contained a value from the selectedChoiceValues, when I just selected the value as resource from the screen it was being picked up in the decision as "{!Value} (Value)" in the screen instead of just "(Value)". One of the values, C, was already typed out which is why the error wasn't being thrown. Typing in the literal value in resolved this for me for anybody who runs into this in the future.
解決しました。エラーは、画面に続く判断によって発生していました。その判断とは、selectedChoiceValuesの値が含まれているかどうかというものでした。画面からリソースとして値を選択すると、その判断では「(値)」ではなく「{!Value} (値)」として取得されていました。値の1つであるCが既に入力されていたため、エラーが発生していませんでした。今後、同じ問題に遭遇する人のために、リテラル値を入力することで問題は解決しました。












