I would like to add a lower border under every last added row of every new order that comes in. For example , i have order with 2 unique product IDs = it will import 2 new rows of data about the order, and i want to have the last row with a lower border. If I have one unique product ID , then i would love to get a lower border under that one imported new row. How could I do it?
It is currently not possible to do that through existing Modules in Make for GSheets, However, you can use the Make an API Call module of Google Sheets to achieve this.
And, This is the API that you need to use, batchUpdate in Google Sheets, with updateBorders the one that you are looking for.
Do let me know if you still need help with this? Give it a try and see how it goes.
Both of them, but since you want to add rows to the last entry only, i.e at the end of a specific order regardless of the number of products, what you need to do is add a filter in between,
filter being, If Number of Bundles equals to Bundle order position. Those two variables is available from Iterator.
It is because of sheetID, it is not as part of the response from the initial Add a Row module in Gsheet. It needs to be hardcoded for now and you can grab the sheetID by opening google sheets.