Skip to main content

Get network request results

Sophie avatar
Written by Sophie
Updated over 2 weeks ago

Definition and Usage

Get a list of request results. Each item includes request URL, request method, status code, request headers, response content, etc.


Parameter Values

Input parameters

Parameter

Description

Possible Values

Required

Options / Notes

Web page

Select a variable that contains the web page to work with

-

Yes

-

Error handling

Parameter Name

Description

Throw error & stop

When an error occurs, the action will trigger an error and stop the execution of the entire app.

Retry command

If an error occurs, the action will retry the command in an attempt to resolve the issue and continue the process.

Ignore error & continue

When an error occurs, the action will be ignored, and the workflow will continue without interruption.

Variables produced

Temporarily stores the network request results into a list variable. Each list item is an object with details such as the request URL, method, status code, request headers, and response content.


Using Variables in Conditions

You can use variables by inserting them into parameter fields where the {x} icon appears. This allows you to dynamically set values based on previously defined variables. When working with network request results, you might want to use the produced list variable in subsequent actions to analyze or process the captured network traffic.


Notes

  • This command requires a web page to be open and accessible before execution.

  • The captured network requests are only those that occur while the web page is being monitored by the RPA workflow.

  • Large amounts of network traffic may result in a sizeable list variable, which could impact performance.

  • This command is particularly useful for monitoring API calls, tracking HTTP requests, or capturing response data from web applications.

Did this answer your question?