Hey @Denis_Praskov, welcome to the community! n8n expects return values always to be in the following format:
{
"json": {"key": "value"}
}
So in your case it would expect
return {"json": {"lastBalance": str}}
You can read more on the data format here. Hope that helps
1 Like
Thank you very much, you really helped me out
2 Likes
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.