まとめページに戻る
Trailhead関係 年月で整理に戻る
参照して頂くのは結構ですが、そのまま内容を丸ごとコピーするような行為は控えて欲しいです。一応時間を掛けて作っているので、その点はご考慮願いたいです。
なるべく、回答の中身も転記しておきます。結構な割合で質問者さんが黒歴史を消したいのか質問自体を削除しますので... 最良の答えとしてもらっても即消されることは大変多いです。回答しても20%くらいは即質問を消している感じです。以前より確実に増えています。
11月も過去最低の返答でした。回答しても1割くらいしか反応がありませんね。ボットが質問しているのではないかと疑っています。おそらくもうこの質問の場所は役目が終わったと思います。ほとんどの人は本当は困ってない感じです。回答しても何も反応はないことがよく表していますね。回答もAIのボットなら質問もボットが行っているんだろう。
さらに、今まで回答していた人たちを排除する試みも行われていますね。過去の投稿をわざとトップに持ってきて、絶対に上位には誰もなることができないようにしています。きっとすべてをAIに移行するための準備何でしょう。こんな姑息なことをしないでも、いつでもアカウントを消して全てなかったことにするのになぁ。
We can’t find a Field Generation Prompt Template named Quick Summary.
- Step not yet complete in Einstein AI. We can’t find a Field Generation Prompt Template named Quick Summary.
- I can't complete the the Getting Started with Prompt Builder module, I need to know why?
- in the module, "Get Hands On With Prompt Builder" anter doing many attemps i can not resolve this can any one help me in solving it.
I had the same issue. Renaming the template is not sufficient.
Required steps:
- Delete link to template in the Summary field on the Case page
- Delete template from prompt builder
- Re-follow instruction for creating the template remembering the validator is case sensitive.
https://trailhead.salesforce.com/trailblazer-community/feed/0D5KX000000P5WX
We can’t find the ‘Confirm product’ choice resource. Make sure its API Name is ‘Confirm_product’.
Please check this article.
https://trailhead.salesforce.com/trailblazer-community/feed/0D54V00007RKBSiSAP
We can’t find the correct SOQL query in the PropertyUtility class.
You may try with below apex class:
public class PropertyUtility{
public static void newListedProperties(){
List<Property__c> newPropList = [Select Name,Days_On_Market__c,Broker__r.Email__c from Property__c where Days_On_Market__c < 31];
for(Property__c p : newPropList){
string propEmail = p.Name +':'+ p.Broker__r.Email__c ;
system.debug(propEmail);
}
}
}
https://trailhead.salesforce.com/trailblazer-community/feed/0D54S00000A909ISAR
We can't find Salesforce CLI authorized within your org.
that was exactly the issue. I connected via VS code to the correct org so everything was correctly defined. But when I when to validate trailhead used a different org. Once I use the correct org all worked just fine. thanks for the reply.
We can’t find Einstein Setup turned on in your org
I also encountered the same problem with another module where the org came with Einstein enabled, but when I tried to verify, I got the same error. I just turned it off and back on, which fixed the error.
組織にEinsteinが最初から有効になっている別のモジュールでも同じ問題が発生しましたが、検証を試みると同じエラーが発生しました。一度電源をオフにしてから再度オンにしたところ、エラーは修正されました。
On the Technical Position Page, we can’t find these fields inside the ‘Technical Skills’ section: Operating Systems, Programming Languages.
Please check this article.
https://trailhead.salesforce.com/trailblazer-community/feed/0D5KX00000amTiZ0AU
We can’t find the flow ‘Travel Documentation’.
Could you please make sure that you are checking challenge against correct Playground.
Error : Failed to create agent: Error generating agent definition. Cannot invoke "String.equals(Object)" because the return value of "agentforce.ai.assist.connect.api.outputs.AgentGenActionRepresentationBuilder.getApiName()" is null
This issue has been identified as a bug (W-20480612). Currently, there is no ETA for the fix.
For future reference or to track the status of this bug, you can use W-20480612.
Couldn’t find a trusted URL for Salesforce Help in your org. Complete the preparatory work before attempting this challenge.
Hi ,
the issue is that the setup menu is displayed in lightning andthere you are missing the save button. Try to do the step in "Salesfocre Classic".
Hope that still helped. ;)
Please make sure that you complete all the previous modules in the same playground.
- If you see a tab in your org labeled Install a Package, great! If not, open the App Launcher ( ), enter play, and then select Playground Starter.
- Click the Install a Package tab.
- Install the Prompts for the Sales app package:
- For Package ID, enter 04t3k000000bHJEAA2.
- Click Install.
- Select Install for All Users, then click Install.
- When complete, click Done.
4. Repeat step 3 to install the Prompts for the Service app package, using this ID: 04t6g000002RSR7AAO.
5. (Optional) Repeat step 3 to install the Walkthroughs package, using this ID: 04tB0000000P4FnIAK.
https://trailhead.salesforce.com/trailblazer-community/feed/0D54V00007YwVK4SAN
We couldn't find the report named 'Lead Source Report' in the 'Public Reports' folder.
Can you also check the API name of report /description of report as specified
In the More Information tab, we can’t find the ‘System Information’ section.
System error: An error occurred while communicating with Tableau Data Extract [SQLSTATE:08001] Could not connect to the Hyper server: Cannot assign requested address Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 7483?
Hi, as you know Tableau Cloud recently got updated. When I get problems like this the first thing I suggest is to edit the flow directly in the web editor, delete the output and regenerate the output step, and Save. What this will do? It will update the flow to the release of the prep that Tableau Cloud is running. This may help if there is some issue with the versioning of the flow.
As an example, today a Tableau Prep 2023.1 release is available. However, Tableau Cloud is using 2023.0:
If this does not help, I suggest you to create a support case. As this is an intermitent behaviour, it may be related to some kind of bug.


