
I’m running a loop to find multiple files that I then want to attach to a Gmail draft. Is there a way to add a step after the loop has iterated through all the inputs on which I’m searching, and then attach all the found files to the draft? That is––is there a way to add a step after the loop has stopped? (Apologies if this is too newbie of a question!)


