Exam OmniStudio-Developer Topic 5 Question 31 Discussion
Actual exam question for Salesforce's OmniStudio-Developer exam
Question #: 31
Topic #: 5
Question #: 31
Topic #: 5
A developer configures a FlexCard with a Data Mapper data source that uses the params.id as an input. When the developer clicks " View Data " on the FlexCard, valid data displays. However, when the developer previews the layout, the FlexCard does not display.
What could cause this error?
Choose 2 answers
What could cause this error?
Choose 2 answers
Suggested Answer: B,C Vote an answer
This scenario relates to FlexCard preview behavior and data mapping issues.
* B. There is no Salesforce record for the FlexCard based on the RecordId in the layout ' s Test Data Source Settings - If the test record does not exist, the FlexCard will not display any data during preview. This is a common setup mistake.
* C. The Data Node field for the FlexCard is empty - The Data Node field must be set correctly to match the JSON node where the expected data resides. If it is empty or incorrect, the FlexCard won't bind data to UI elements.
Incorrect Options:
* A. Even if the RecordId is from a different record type, as long as the data structure aligns, it would still render; it's not a definitive reason for the card failing to display.
* D. Attributes are not required to display field values directly; they are used for passing data between cards or from context, not for direct field rendering.
Salesforce OmniStudio # FlexCard Data Source Setup & Troubleshooting
* B. There is no Salesforce record for the FlexCard based on the RecordId in the layout ' s Test Data Source Settings - If the test record does not exist, the FlexCard will not display any data during preview. This is a common setup mistake.
* C. The Data Node field for the FlexCard is empty - The Data Node field must be set correctly to match the JSON node where the expected data resides. If it is empty or incorrect, the FlexCard won't bind data to UI elements.
Incorrect Options:
* A. Even if the RecordId is from a different record type, as long as the data structure aligns, it would still render; it's not a definitive reason for the card failing to display.
* D. Attributes are not required to display field values directly; they are used for passing data between cards or from context, not for direct field rendering.
Salesforce OmniStudio # FlexCard Data Source Setup & Troubleshooting
by Bill at Jul 14, 2026, 09:27 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).