"Work with Schema Builder module" and keep getting this error msg.
Challenge not yet complete in Meu Trailhead Playground 1
The field 'Street_Address__c' either does not exist on the Property__c object or it is not of type text area.
Any suggestions?
2 comments
Greetings of the day, @Marcin Rogalski!
This error typically occurs when the Street_Address__c field is either not created on the Property__c object or it has not been set up as a Text Area field in your Salesforce Playground.
Below steps may help you:
Navigate to Object Manager in Salesforce Setup and search for the Property__c object and open it. Go to the Fields & Relationships tab. Look for the Street_Address__c field. If it doesn't exist:
- Click New to create the field.
- Choose Text Area as the data type, then click Next.
- Enter the field label as Street Address (API name will auto-populate as Street_Address__c).
- Save the field.