(Intro):
I send invoices to a company to get compensated for work. These invoices contain 6 pieces of information. They can each come in multiple forms and are all uniquely wrongful in someway and need attention. I have working code to fetch one array of all six pieces of information separately( as in piece one, piece two, piece three, rather than (piece one ... piece six) ). However, there are potentially an indefinite number of rows of this information and I only have code to account for one row.
Here's my code to get all the information I need
(Problem)
This array of information goes into one row on an Email. I have that part working fine, I just need help getting more than one array.
TL;DR - Problem
I'm sending invoices back for another go over and I can't get more than one invoice at a time to come back. I need multiple cells/ranges of information at a time but I can only get one. Help!
Any guidance is deeply appreciated.
Bookmarks