Work fine when i execute manually de Workflow, but when active (cron executed) i have undefined data

Describe the issue/error/question

Work fine when i execute manually de Workflow, but when active (cron executed) i have undefined data :

In manual execute :
rss :Gorilla Glue Wax - Liberty Health Sciences
https://www.google.com/url?rct=j&sa=t&url=https://www.libertyhealthsciences.com/retailer/liberty-health-sciences-fort-myers/product/origyn-gorilla-glue-wax&ct=ga&cd=CAIyHGYxMGFiMzM3YmIyYzJhNDA6Y29tOmZyOlVTOkw&usg=AOvVaw2dUZbi-SiGtO2KNuOENXPR

Super A5 Wax - Liberty Health Sciences
https://www.google.com/url?rct=j&sa=t&url=https://www.libertyhealthsciences.com/retailer/liberty-health-sciences-stuart/product/origyn-super-a5-wax&ct=ga&cd=CAIyHGYxMGFiMzM3YmIyYzJhNDA6Y29tOmZyOlVTOkw&usg=AOvVaw0eHQdNKXzUasLwcb6lUIFf

Luxury Identification Market Comprehensive Analysis by 2028: Real Authentication, Entrupy …
https://www.google.com/url?rct=j&sa=t&url=https://thesportsforward.com/satellite/luxury-identification-market-comprehensive-analysis-by-2028-real-authentication-entrupy-origyn-handagholic-authenticate-plus/69602/&ct=ga&cd=CAIyHGYxMGFiMzM3YmIyYzJhNDA6Y29tOmZyOlVTOkw&usg=AOvVaw3ypIMZn0bEGSrNXE-QU3LG

Origyn - Trulieve of Washington, Washington PA - Dutchie
https://www.google.com/url?rct=j&sa=t&url=https://dutchie.com/dispensary/trulieve-of-washington/brands/origyn&ct=ga&cd=CAIyHGYxMGFiMzM3YmIyYzJhNDA6Y29tOmZyOlVTOkw&usg=AOvVaw3AiBPAuwI5tpiShHDYjB-8

In AUTOMATIC from cron (active mode) :
rss :undefined
undefined

What is the error message (if any)?

no error message, i see only that the inbound vars are not present.

Please share the workflow

Share the output returned by the last node

Information on your n8n setup

  • **n8n version: 0.190.0
  • **Database you’re using (default: SQLite): mysql
  • **Running n8n with the execution process [own(default), main]:own
  • **Running n8n via [Docker, npm, n8n.cloud, desktop app]:docker

Hi @Origyn, welcome to the community!

I am sorry to hear you’re having trouble. I am not sure I understand your workflow though. Can you confirm the JSON data you’re passing on to your SplitInBatches node?

And where exactly do you see undefined data? Perhaps you can share a screenshot?

Many thanks!

Hi!

thx for your reply: )
The data pinned :

[{
"URL": "https://www.google.com/alerts/feeds/14333303144167191855/14665091737268999731"
},
{
"URL": "https://www.google.com/alerts/feeds/14333303144167191855/1985258797228202769"
}]

I see undifined in mail received after the cron call.
If i execute manually, my mail contains good data with RSS feeds.

Warm regards
Christophe

Hi @Origyn, if your data includes a field named URL, you probably need to update the expression used in the RSS node to read this field:

image

When running your workflow in production, n8n would not use pinned data but live data.