🧡 Skip to main content🔍 Skip to search

The Submit Web Form Action sends form data to websites, APIs, login pages, or online services and makes the returned server response available for later workflow processing. Use these variables to inspect submission results, verify authentication status, validate request success, read returned content, or pass response values to subsequent Actions.

Variable Wizard provides quick access to form responses, HTTP status codes, headers, cookies, remote address information, and request timing data. Request and response headers can use predefined presets or reference custom header names depending on the communication requirements of the target website or API.

VariableDetails
Response Contains the response body returned by the server after the form submission request is completed. Depending on the target website or API, the returned value may include confirmation messages, HTML content, JSON responses, redirects, validation results, or authentication responses.
Examples:
  • Form submitted successfully.
  • { "status":"ok","ticket":"84521" }
  • Login successful. Redirecting…
Status codeReturns the status code received after the Submit Web Form Action request is processed. Use this value for simple comparisons in Compare Action. Quickly detect successful submissions, redirects, validation failures, or authentication issues.
Examples:
  • 200
  • 302
  • 401
More…Additional variables provide extended request and response details for the Submit Web Form Action. Use them to validate form communication, analyze metadata, monitor redirects, and troubleshoot submission or authentication issues.
  • Response headers · access headers returned by the server, using presets or custom header names.
  • Request headers · access headers sent with the request, using presets or custom header names.
  • Received cookies · view cookies returned by the server.
  • Sent cookies · view cookies included with the request.
  • Remote endpoint · access the resolved server IP address, port, or combined endpoint used for the connection.
  • URL · access the original Request URL and the Final URL reached after redirects or URL changes.
  • Files · access the full path, folder path, or filename.ext value when response data is saved as a file.
  • Timing · view request timing, duration, and communication performance details.

Use these values to troubleshoot form submissions, validate server responses, analyze response metadata, and build advanced automated website or API interaction workflows.
Adjust()Streamline creation of Task workflows even further—instantly make quick variable adjustments such as in-place text replacement (all, first, or last), ensuring (starts, ends, or does not), trimming (whitespaces, quotes, etc.), or changing capitalization. Chain multiple adjustments. Optionally, set a different display name.

Automatic list processing…

The Submit Web Form variables returned as lists (even multi-level) can be automatically processed in further Actions. Use the For Each Action to parse a given text string (any list variable) and sequentially retrieve its elements one by one · see list processing examples. Or, use the Split Text and Lookup Text Actions to access list elements by their indices.

Seamless automation. Your 90-second guided tour.

Assistance is here…

If you have any questions, please do not hesitate to contact our support team.