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?

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.

ちゃんと選択できてなかった。ブランクが入ってました。

image.png

有効化できてない。

In the Check Contact Fields Daily flow, we can't find the latest version activated.

{!campID} がない?

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?