Salesforce Certified OmniStudio Developer — Question 2
On a FlexCard canvas, several fields display with Salesforce data, but one of the fields shows only the label. What could cause this?
Answer options
- A. In the FlexCard state, the Field type for the field does not match the type in the Salesforce record.
- B. The Field name in the FlexCard state does not match the DataRaptor Extract's Output JSON Path name.
- C. There are No Test Data Test Parameters configured.
- D. In the Setup Panel, {recordId} is misspelled in the Data Source Input Map.
Correct answer: B
Explanation
The correct answer is B because if the Field name in the FlexCard state does not align with the Output JSON Path from the DataRaptor Extract, the data will not be displayed properly, leading to only the label showing. Options A, C, and D do not directly address the issue of a field showing only its label instead of the expected data.