Health-Cloud-Accredited-Professional Practice Test
Salesforce Spring 25 Release 228 Questions
A bug is assigned to a developer stating that when an address contains data in the Address Line 2 field, the FlexCard display adds additionalline, causing formatting issues.
How should the developer handle this in a DataRaptor without changing the underlying data structures?
A. Modify the Extract DataRaptor to concatenate the address fields by using a formula.
B. Replace the Extract DataRaptorwith a Transform DataRaptor to convert the data as needed.
C. Create a new Turbo Extract DataRaptor to trim the Address data in both fields.
D. Add a Load DataRaptor to write the data into one new custom field.
A. Modify the Extract DataRaptor to concatenate the address fields by using a formula.
Explanation:
The developer should modify the Extract DataRaptor to concatenate the address fields by using a formula to handle this bug. An Extract DataRaptor is a component in OmniStudio that allows the developer to query data from Salesforce objects and display it on a FlexCard. The developer can use a formula to concatenate the address fields into one field and avoid adding an extra line when Address Line 2 contains data.