Common Errors
Some common errors encountered when running workflows and their solutions.
Invalid JSON Content
The content section in the HTTP Request is not a valid body. A valid format should look like this:
If you are trying to reference data within the content, you can follow these guidelines.
Cannot Connect to Tab, Use Switch Tab Node Before Any Other Node
This issue often occurs with the Condition
node when it is used, but the active tab has not been properly set (e.g., due to a tab being closed or the active tab being lost after an action).
To resolve this error, you should switch to an active tab before using any other node.
Cannot Find Element Selector
During the execution of workflow nodes, you may encounter cases where actions cannot be performed with a node, resulting in an error like this in the workflow log. This error typically occurs with elements whose selectors may change across different machines.
To obtain the most accurate selector, you should refer to this video.