I am using the Instagram API with google sheets and when I run a block, the columns are placed in the sheet in a difference order. Because the columns are moved around each time the block is run, the id of each user is moved. This causes means that incorrect data is used every subsequent time a block is run. Is there any way to standardize the order in which the block returns data? Also, I would like to remove some columns once the call is made. I cannot hide those columns because they keep getting moved around.
Right now, I am manually adjusting the block to see the columns that are correct in our dataset and then hiding the columns I don't need manually. But there has to be a way for this to be automated.