Build an Autolaunched Flow
有効化が必要みたい
In the Create Child Campaign flow, we can't find the latest version activated.
有効化したら合格。
Run an Autolaunched Flow from a Custom Button
- 何もしないで検証ボタンをクリック
We can’t find a custom button named 'Child Campaign'. Make sure the API Name is 'Child_Campaign'.
「子キャンペーン」カスタム ボタンでは、「campStartDate」パラメータに期待される値が見つかりません。必ず「campStartDate」変数を {!TEXT(Campaign.StartDate)} と等しくしてください。
On the 'Child Campaign' custom button, we can’t find the expected value for the 'campStartDate' parameter. Be sure to make the 'campStartDate' variable equal to {!TEXT(Campaign.StartDate)}.
以下の式を使ったけど違う? !TEXTを使った
/flow/Create_Child_Campaign?campID={!Campaign.Id}&campName={!Campaign.Name}&campOwner={!Campaign.OwnerId}&campStartDate={!TEXT(Campaign.StartDate)}&retURL=/{!Campaign.Id}
On the 'Child Campaign' custom button, we can’t find the URL for the Create Child Campaign flow.
/flow/Create_Child_Campaign?campID={!Campaign.Id}&campName={!Campaign.Name}&campOwner={!Campaign.OwnerId}&campStartDate={!Campaign.StartDate}&retURL=/{!Campaign.Id}
Schedule a Flow
In the chatterBody text template, we can’t find a mention for the contact’s owner. (Hint: Mentions use this format: @[{!globalVariable.field_API_Name}].)
In the chatterBody text template, we can’t find a mention for the contact’s owner. (Hint: Mentions use this format: @[{!globalVariable.field_API_Name}].)
You need to add as below.
Owner: @[{!$Record.OwnerId}]
For the at-mention into the body follow these steps:
- Add square brackets [ ] around the merge field, like this: [{!$Record.OwnerId}]
- Add an @ symbol at the beginning and a comma at the end, like this: @[{!Record.OwnerId}],
- When followed by a value enclosed in square brackets, the @ symbol inserts the value as a mention in the Chatter post
https://trailhead.salesforce.com/trailblazer-community/feed/0D54V00007CHPIySAP
Owner: @[{!$Record.OwnerId}]に変更したんだけど...
In the Chatter_Mention_Post element, we can’t find the message set to use the 'chatterBody' text template.
ちゃんと選択できてなかった。ブランクが入ってました。
有効化できてない。
In the Check Contact Fields Daily flow, we can't find the latest version activated.