Learn how to diagnose and solve common issues in your workflows to ensure they run smoothly and accurately.
Extract Data
block, where the output is empty, incomplete, or incorrect.
DESCRIPTION
field as specific as possible.
<the price>
<The final price in USD including tax, from the main product summary box. Ignore prices in the "You may also like" section. Example: $99.99>
Extract Data
block. Update your descriptions to match the new structure of the page.Interact with Page
block right before your Extract Data
block. Configure it with a command to close common pop-ups, for example: If there is a cookie pop-up, click "Accept". If there is a newsletter pop-up, close it.
Find Links
, Explore Content
, or Interact with Page
don’t perform the expected action.
Find Links
is too broad."Find the 'details' link"
, try "Find the 'details' link for the product named '{{product_name}}'. Must contain '/product/'"
.Explore Content
is unclear.Explore Content
block relies on a subsequent Extract Data
step to verify if it has reached its goal. If the goal is ambiguous, the agent may not know when to stop exploring.
Extract Data
block is configured to find a unique piece of information that only exists on the target page (e.g., a specific heading like “Enterprise Pricing” or a unique text block). Also, ensure the “number of attempts” is sufficient.{{variable_name}}
.
{{ProductName}}
is a different variable from {{product_name}}
.
{{product_name}}
) exactly matches the column header in your Open datasets
block or the NAME
field from a previous Extract Data
block.Open datasets
or an initial Extract Data
step) comes before the block that uses it. Remember, the “Merge previous columns” feature in Extract Data
can only access variables from a previous Extract Data
step, not directly from Open datasets
.