Salesforce OmniStudio-Developer Question Answer
An OmniStudio Developer needs to build a Data Mapper Transform to send product pricing to a Calculation Procedure.
Given the JSON output below, which mapping in the Transform is correct for the Output JSON Path for the Base Price?
{
" input " : {
" ProductName " : " Text " ,
" ProductImage " : " Text " ,
" NumberofEmployees " : " Text " ,
" BasePrice " : " Text " ,
" Zip " : " Text "
}
}

