function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
M ParnellM Parnell 

Trailhead project: Creating a Controller Extension

Step 2 - Extend the Data Model
Part 3 - Create picture field
IMAGE(Picture_Path__c,") doesn't work as a formula.
Result: Error: Syntax error. Missing "
Sumeet_ForceSumeet_Force
Pls chk on 2 things:
1. The return type for formula should be text.
2. Ensure that Pictiure_Path__c is existing.
M ParnellM Parnell
Hello Sumeet_Force,

1. The return type for this field is text, but it's not created due to the error.
2. The field Picture Path exists.
 
Sumeet_ForceSumeet_Force
Could you please provide screenshot of the entire page during this error ? I believe something is wrong with the value of the Picture Path field.
M ParnellM Parnell
User-added image
Sumeet_ForceSumeet_Force
I think I got the issue. You are using double quotes. It should be two single quotes and NOT double quotes. Try and let me know the outcome !
M ParnellM Parnell

That worked!

Thanks so much Sumeet_Force!

Sumeet_ForceSumeet_Force
You can mark that comment as best answer so it helps others easily.