
u/That-Preference733

What is your knowledge about JavaScript ?
I am learning n8n, and I saw that 80% of my time went in deciding the proper javascript expression for various nodes.
How to attach the file to the send gmail?
How to attach this filtered xlsx file to the send message node? I want to send this excel file as attachment
Background
This is an agent that uses 2 tools
get_stock_price_on_dates, calculate_percentage_change
At first the agent calls the tool get_stock_price_on_dates with appropriate dates and ticker symbol. It fetches the data from yahoo finance and then filters the data based on start date and end date.
After that it sends this data in a dictionary format to the calculate_percentage_change. Here the tool calculates the percentage increase or decrease.
I am running this using the adk web command.
Now when I give two stocks, I want to know does this agent call happen in parallel ?
How does the agent call take place when there is more than 1 ticker ?
Looking for help
I am running codes on jupyter notebook.
Python version is 3.14.4
Occassionally, the kernel dies.
What can be the reason and how to learn with it ?
Hello all, I am just getting started and I am seeing N8N as well as Zapier.
I found Zapier is 'easier' in some aspects, but N8N looks more customisable.
In real world what is most used ?
Anyone who has experience with both?