and Create a Flow, using the Flow template called "Save my email attachments to a SharePoint document library". This template should automatically create an Apply to Each Attachment loop, with a Create File action inside it. In the Create File, the d...
What I'm trying to do is read two values into variables, combine them with a comma in the middle, create an array and store the result in the array; e.g. var1,var2It doesn't have to be a comma, a space will do. Just something I can later use to split the array when I ...