1. Salesforce OmniStudio Documentation
"Display Data on a FlexCard": This section details how to use merge fields to display data from a data source. It states
"To access a node
enter the node's name inside curly braces. For example
to access the Name node from a data source
enter {Name}." This highlights the direct name-matching requirement between the FlexCard element and the JSON data key.
2. Salesforce OmniStudio Documentation
"FlexCard Data Source Properties": This guide explains the role of the Input Map
including passing the recordId. It clarifies that this input is critical for the data source to fetch the correct record. An error here
as suggested in option A
would prevent the data source from returning any record-specific data.
3. Salesforce OmniStudio Documentation
"Preview a FlexCard with Test Parameters": This document explains that Test Parameters are used to "test your FlexCard's data source and layout" within the designer. This confirms that they are a design-time tool and their configuration does not impact the FlexCard's functionality in a live environment
making option D incorrect.