In an Integration Procedure, a developer needs to perform a multi-step calculation on every element of an array.Based on best practices, what two methods are recommended? (Choose two.)
A communications provider wants to enable their customers to troubleshoot mobile devices using a self-service portal. The developer builds an OmniScript to meet this requirement.The OmniScript must retrieve device details stored in the Asset object and then call an external system to send troubleshooting commands via REST API to the device.Which two OmniScript elements should the developer use to configure this functionality?
Refer to the exhibit below. A developer has configured an Integration Procedure element with Additional Input.Alternatively, how could the developer configure SEND/RESPONSE TRANSFORMATIONS to send exactly the same data? Assume the developer has un-checked Send Only Additional Input.
Refer to the exhibit below. What JSON code correctly represents the step in the OmniScript Structure panel shown’
A developer is creating a FlexCard and needs to display additional information using a Flyout.Which two types of components can the developer embed in the flyout? (Choose two.)
A developer is creating an OmniScript that provisions trial orgs to their customers. The following text block in the OmniScript uses a merge code to display the ID for the new trial org:Welcome to Salesforce!Your ID is %Details:Customer|0:ID%During testing, the developer notices that the ID does not display. The data JSON is structured as shown below.How should the developer correct the merge code in order for the ID to display?