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
Justas Balciunas 10Justas Balciunas 10 

There was an unhandled exception. Please reference ID: PDCCSLOF. Error: Faraday::ClientError.

For my last Discover Lightning Actions challenge I believe I have done the challenge howver got the following errort:
There was an unhandled exception. Please reference ID: PDCCSLOF. Error: Faraday::ClientError. Message: MALFORMED_QUERY: When retrieving results with Metadata or FullName fields, the query qualificatio​ns must specify no more than one row for retrieval. Result size: 2

Is there anyway it could fix this?
 
DeepthiDeepthi (Salesforce Developers) 
Hi Justas,


Try to disconnect the org from your trailhead account and then reconnect it. Now, verify the challenge. Also, the error is primarily on retrieving Metadata or FullName fields, if you remove the Fullname and Metadata fields from the query, you would get the expected results. Or make sure that you have 1 result on this query result.

For more details, refer the below link: https://success.salesforce.com/issues_view?id=a1p300000008YgSAAU 

Hope this helps you!
Thanks,
Deepthi