An OmniScript displays data from an API using an Integration Procedure, but all of the data is missing. What two errors could cause this? (Choose two.)
A.
The API url is not allowlisted in Salesforce.
B.
The JSON sent from the Integration Procedure Action does not match any of the Original Input for the Integration Procedure.
C.
The OmniScript has no active version.
D.
The Integration Procedure Preview Input Parameters do not match the JSON sent from the OmniScript.
BD
Mismatched Element Names:
The element name for the missing data does not match the JSON node key in the Integration Procedure Response1.
Ensure that the element names in the OmniScript match the corresponding keys in the Integration Procedure’s response.
Incorrect Preview Input Parameters:
The Integration Procedure Preview Input Parameters do not match the JSON sent from the OmniScript1.
Verify that the input parameters align correctly between the OmniScript and the Integration Procedure
Correct answer: AB.
and can't be D, because 'Integration Procedure Preview Input Parameters, it is only used for testing purposes and does not impact the functionality of the Integration Procedure.
A and D are the right choices. Explaination for D IS CORRECT. B is incorrect. JSON is sent from Omniscript to IP. Choice B states JSON sent from IP. OS calls IP, so ideally json from Omniscript MUST match the original JSON for IP.
I would say A and B.
A: On my Developer Org I needed to setup some remote settings in th ebeginning, to get the communication running.
B: I would agree with the arguments below
Not D: I would say, the Previe
Both option B and D could cause the OmniScript to display no data from an API using an Integration Procedure.
B. The JSON sent from the Integration Procedure Action does not match any of the Original Input for the Integration Procedure: If the JSON sent from the Integration Procedure Action does not match the Original Input for the Integration Procedure, the Integration Procedure will not be able to retrieve the correct data from the API. This will cause the OmniScript to display no data or incorrect data.
D. The Integration Procedure Preview Input Parameters do not match the JSON sent from the OmniScript: If the Integration Procedure Preview Input Parameters do not match the JSON sent from the OmniScript, the Integration Procedure will not be able to retrieve the correct data from the API. This will cause the OmniScript to display no data or incorrect data.
upvoted 1 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
olfartlol
5 months agoHaru25321
1 year agohi19times
1 year agokikanti
1 year, 1 month agocooldeeps
1 year, 3 months agoLaurens12345
1 year, 5 months agothneeb
1 year, 5 months agoppremy
1 year, 6 months ago