Hey folks,
So ultimately I have a button that I want to pass data from a gallery, and using an Automate flow push it into Excel. The Flow part is fine, but the collection is not collecting data how I want. I am trying to only do particular columns only :
ClearCollect(LaptopsExcel,ShowColumns(Laptops.AllItems,"AssetName","Username","Allison","AllisonExp","Bendix","BendixExp","CatET","CatETExp"))
"Laptops" is of course the name of the gallery, and the "xxx" are all the columns I want. I have this on the OnVisible for the screen.
The problem is, this won't work because there is an additional filter. If a user goes to this screen, and then filters, and then presses the button, the collect does not renew post-filter. So, I should not have this for "Onvisible" but then where should I put it?