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.
I would say A and B:
A is correct because if the API URL is not trusted (i.e., not allowlisted) in Salesforce, the callout will fail, resulting in no response data.
B is also correct because if the JSON parameters sent from the Integration Procedure Action in the OmniScript do not match what the Integration Procedure expects, the API call may fail or return no data due to incorrect or incomplete input.
C is incorrect because the state of the OmniScript does not affect the Integration Procedure's ability to trigger the API call.
D is incorrect because the Preview Input Parameters are used only during testing within the Integration Procedure designer. They do not influence runtime behavior when the Integration Procedure is called from an 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.
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.
Freddy04
3 days, 20 hours agoolfartlol
6 months, 4 weeks agoHaru25321
1 year, 2 months agohi19times
1 year, 2 months agokikanti
1 year, 3 months agocooldeeps
1 year, 5 months agoLaurens12345
1 year, 7 months agothneeb
1 year, 7 months agoppremy
1 year, 8 months ago