You need to sign in to do that
Don't have an account?

CRM Analytics Data Preparation Specialist Superbadge -Facing Errors - Need Help
I am facing the below issue when I am trying to finish my "Step 4" challenge in "CRM Analytics Data Preparation Specialist".
Can someone help how to solve this?
I have successfully created
1) Dataflow to create a dataset named "Seed Bank Agencies" (which is in the SharedApp location and not in the 'Mosaic' app location) and
2) Lense inside "The Mosaic" app to show 'Top 5 Crop Seeds lens that displays acreage for the top 5 seeds in the Seed Bank'
Below is the error I get (Screenshot attached below after the error text) when I am trying to finish my "Step 4" challenge
"There was an unhandled exception. Please reference ID: EJHONRIJ. Error: Restforce::ResponseError. Message: FUNCTIONALITY_NOT_ENABLED: This feature is not currently enabled for this user."


Help found from this page: https://trailhead.salesforce.com/trailblazer-community/feed/0D54S00000A8ukeSAB

Data integration specialist challenge 7( Test inbound Apex REST service logi)c
Challenge Not yet complete... here's what's wrong:
The ProjectRESTService class did not achieve at least 90% code coverage via your test methods. Make sure that you chose 'Run All' tests in the Developer Console at least once before attempting to verify this challenge.
i can see 84% CODE COVERAGE.
How to resolve this ?
thanks

Industries assessment
Industries assessment is not available in my developer org. Is this a paid permissioin set license.

Create an Apex class with a method that returns a list of strings
Hello all,
i am trying to pass this trailhead code challenge.
Can someone please explain why this code1 is incorrect and code2 is correct.
code1
public class StringArrayTest {
public static string[] generateStringArray()
{
list <string> name= new list <string>();
integer i;
integer n=3;
for(i=0;i<=n;i++){
name.add('Test' +' '+ i);
system.debug(name[i]);
}
return name;
}
}
code2
public class StringArrayTest {
public static String[] generateStringArray(integer len) {
String[] myArray = new List<String>();
for(Integer i=0;i< len;i++) {
myArray.add('Test ' +i);
System.debug(myArray[i]);
}
return myArray;
}
}
App Customization Superbadge Challenge 2. HELPP!!!!
I'm getting this error when validating the challenge, but I've already reviewed and seen all the points several times and everything seems correct, I don't know where else to check, could someone help me?
Also this aticle guides me: https://developer.salesforce.com/forums/?id=9060G0000005YNZQA2



Please note that Questions about how to pass Trailhead challenges are not on topic, because these challenges are intended to be independent demonstrations of your abilities.
Trailhead Help (https://trailhead.salesforce.com/en/help?support=home)can provide assistance for situations where Trailhead does not appear to be functioning correctly. You can reach out to them if this is the case.
Please close the thread by selecting as best answer so that we can keep our community clean. Thank you

Ranger KIT
Thanks in Advance !!

when I'll get the goodies
Thanks in Advance,
Sara Varma
