Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Unknow function in tRESTresponse component

How to get this(see pic) schema from tRESTresponse component and what does it mean?
0683p000009MFPv.png
Labels (3)
6 Replies
Anonymous
Not applicable
Author

When there is the problem for your request, il will send the informations to the flow Wrong Call.
atelesh
Contributor
Contributor

selected connection (on the pic) will be triggered in case request received by REST service (implemented with tRESTRequest/tRESTResponse components) cannot be matched (by request parameters: method, path, content type, etc.) with any other connections described in tRESTRequest component configuration.
and fields (described by the connection schema) will be automatically filled with information about problem request.
Anonymous
Not applicable
Author

How can I create "wrong call" ?
When I place a tRESTResponse component on the canvas and right click the component I only see "Trigger" I don't see "wrong call".
atelesh
Contributor
Contributor

"wrong call" is in tRESTRequest component and not in tRESTResponse one (it handles wrong calls, means wrong requests).
Anonymous
Not applicable
Author

Oh, I see, I tried to find it in a tRESTResponse. 
Anonymous
Not applicable
Author

What is the point of this "Wrong Call" option?