In the past when I would fill my Excel spreadsheet with new data, the transactions would sort in descending order based on the Date field (column 1). Thus, if I had entered some transactions manually they would now be in chronological order. That is no longer happening.
Anyone else experiencing this? Is there a fix?
1 Like
Hi @dminches,
This is new behavior expected with the recent update.
Programmatically, with the way the add-in now fills the sheets it’s a lot more complicated and resource intensive to sort the sheet after the fill so it was a bit of a performance tradeoff. Faster and more scalable sheet fills, but you’ll need to sort the Transactions sheet by date on your own afterwards.