A developer is building a DataRaptor Load for an Integration Procedure used in an OmniScript. Based on best practices, how should the developer configure the Input JSON?
Select an option, then click Submit answer.
Reference / correct answer:
Copy the Input JSON from the DataRaptor Action Debug node.
Most accepted answer: D. Copy the Input JSON from the DataRaptor Action Debug node.
Community votes: C=1, D=2
Selected Answer: C Dataraptor is not being called directly from OmniScript. OS is calling Integration Procedure. Option C is the correct option This method ensures that the JSON structure matches exactly what the OmniScript is expecting, reducing the chance of errors. Since OS is calling IP and not DataRaptor, The Option D, copying the Input JSON from the DataRaptor Action Debug node, is not the best practice because the DataRaptor Action Debug node might not always contain the most up-to-date or accurate representation of the Input JSON. The OmniScript {Data} modal, on the other hand, always contains the current state of the data model, which makes it a more reliable source for copying the Input JSON. This ensures that the JSON structure matches exactly what the OmniScript, IP, DR is expecting, reducing the chance of errors. upvoted 1 times
Selected Answer: D In Omniscript debugger, Data Raptor Debug will contain "input" node which is what actually sent to the Data Raptor upvoted 2 times
Selected Answer: D D seems more correct to me upvoted 2 times
D for sure. upvoted 2 times
Correct answer is C upvoted 1 times