An Integration Procedure that calls an external REST service via an HTTP Action fails with an authorization error, for example HTTP 401, when executed by a standard user. The OmniStudio Developer confirms the service API key is correct. Which security setting is the most probable cause of the failure?
An OmniStudio Developer needs to make a minor text change to an active OmniScript at Northern Trail Outfitters. What is best practice to ensure the change does not immediately impact end users who are currently running the script?
Refer to the exhibit below. What JSON code correctly represents the step in the OmniScript Structure panel shown?

Refer to the exhibit below.

In this Integration Procedure structure, which Send JSON Path should be used to send the output of the Action1 element to a Remote Action?
Which two of these options can a developer use to retrieve data from a Salesforce object?
Choose 2 answers
An OmniStudio Developer has built a FlexCard to display Account details. A separate team needs to reuse the component that displays related contacts.
What is best practice for making the contact display reusable in other FlexCards or components?
The OmniStudio Developer for Cumulus Cloud Corp receives a requirement to create a new claims submission process using OmniScript. The requirement specifies that 15 fields must be prefilled based on the currently logged-in user ' s data and must be highly performant. The team assumes that using a Data Mapper to query the current user ' s data will satisfy the performance requirement. Which action should the developer take first to validate the performance assumption and mitigate risk?
When should an OmniStudio Developer use Conditional Rendering on a FlexCard element, rather than create a separate State to manage element visibility?
A developer needs to limit the output of a Data Mapper Extract to a maximum of one result.
How should the developer configure this?
An OmniScript displays data from an API using Integration Procedure, but some of the data is missing.
Which two configuration errors could cause this? Choose 2 answers
Which two fields in an Integration Procedure or Data Mapper can execute a function like CONCAT or DATEDIFF?
Choose 2 answers
An OmniStudio Developer at Cloud Kicks is building a new guided flow with an OmniScript. The business requirements state that the flow must have conditional branching. Depending on the customer type selected on the first screen, subsequent steps must either show shipping options or digital download instructions. The project constraints prohibit the use of server-side logic for controlling the user path.
Which feature should the developer use to control the visibility of the different steps?
A developer has an existing DataRaptorLoad that insert Contact records with inputs as LastName and firstName. The DataRaptor works as expected when previewed.
The developer creates an integration Procedure to test the DataRaptor and is using a SetValues element in the Integration Procedure toset the first name and last name for the contact record. The DataRaptor and Integration Procedure are set up as shown in the exhibit below.

When the developer executes the Integration procedure in preview, the following error message displays:
Required fields are missing: [last Name]'',
How should the developer address this issue?
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