Are they really totally separate items in the n8n sense, or is it an array in an item?
So does the arrow pointing out of the node say “1 item” or “5 items”?
It says 5 items. What I’m dealing with (for context) is a daily license audit of Office 365 licenses for a 3000-user franchise.
Every day I dump license data into a NocoDB table with today’s date format (2022-12-21). And every day I need to run a differencing function on today and the day before to work out license changes.
As such, I need to get the last & second-to-last “rows” returned in my NocoDB query which returns the values in the JSON above.