mirror of
https://github.com/Nikhil-Doye/workflow-builder.git
synced 2026-07-22 02:01:56 +02:00
Update web scraping node output structure in workflowStore
- Modified the output of the web scraping node to return the complete result data instead of just the content, enhancing the information available for further processing.
This commit is contained in:
@@ -499,7 +499,7 @@ const processWebScrapingNode = async (
|
||||
|
||||
if (result.success && result.data) {
|
||||
return {
|
||||
output: result.data.content,
|
||||
output: result.data,
|
||||
url,
|
||||
metadata: result.data.metadata,
|
||||
markdown: result.data.markdown,
|
||||
|
||||
Reference in New Issue
Block a user