Unfortunatly i dont have this button "Photos" for me is there only a button "insert/edit image" and i can only pickup a picture from an other server but i can't upload one.
I export my flow in to a json - File.
You simply use this and put it in a txt-file. after that rename it to ***.json and import it in your flow. Than you can see my complete flow with my settings. As you remember: i look on Monday in a special directory -> list all this files-> create an array for this listet files -> decide if there are files than write the mail if not do nothing->write email and attach all listet files and after that delete all listet files.
maybe this helps you a little bit
{"$schema":"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#","contentVersion":"1.0.0.0","parameters":{"logicAppName":{"type":"String","metadata":{"description":"Name of the logic app."}},"logicAppLocation":{"defaultValue":"[resourceGroup().location]","allowedValues":["eastasia","southeastasia","centralus","eastus","eastus2","westus","northcentralus","southcentralus","northeurope","westeurope","japanwest","japaneast","brazilsouth","australiaeast","australiasoutheast","southindia","centralindia","westindia","canadacentral","canadaeast","westcentralus","westus2","[resourceGroup().location]"],"type":"String","metadata":{"description":"Location of the logic app."}},"onedriveforbusiness_Connection_Name":{"defaultValue":"onedriveforbusiness","type":"String","metadata":{"description":"Name of the connection."}},"outlook_1_Connection_Name":{"defaultValue":"outlook_1","type":"String","metadata":{"description":"Name of the connection."}}},"resources":[{"type":"Microsoft.Logic/workflows","name":"[parameters('logicAppName')]","apiVersion":"2016-06-01","location":"[parameters('logicAppLocation')]","properties":{"state":"Disabled","definition":{"$schema":"https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#","contentVersion":"1.0.0.0","parameters":{"$connections":{"defaultValue":{},"type":"Object"},"$authentication":{"defaultValue":{},"type":"SecureObject"}},"triggers":{"Wiederholung":{"recurrence":{"frequency":"Week","interval":1,"timeZone":"W. Europe Standard Time","schedule":{"weekDays":["Monday"],"hours":["7"]}},"type":"Recurrence"}},"actions":{"Dateien_in_Ordner_auflisten":{"runAfter":{},"metadata":{"01DJ27FAZP43TXHMMXM5F3XNSE55MDYT4W":"/2018/Freigaben/Versand","flowSystemMetadata":{"swaggerOperationId":"ListFolderV2"}},"type":"ApiConnection","inputs":{"host":{"connection":{"name":"@parameters('$connections')['onedriveforbusiness']['connectionId']"}},"method":"get","path":"/datasets/default/foldersV2/@{encodeURIComponent(encodeURIComponent('01DJ27FAZP43TXHMMXM5F3XNSE55MDYT4W'))}","authentication":"@parameters('$authentication')"}},"Variable_initialisieren":{"runAfter":{"Dateien_in_Ordner_auflisten":["Succeeded"]},"type":"InitializeVariable","inputs":{"variables":[{"name":"anhangarray","type":"Array"}]}},"Auf_alle_anwenden_3":{"foreach":"@body('Dateien_in_Ordner_auflisten')?['value']","actions":{"Bedingung":{"actions":{},"runAfter":{},"else":{"actions":{"Auf_alle_anwenden":{"foreach":"@body('Dateien_in_Ordner_auflisten')?['value']","actions":{"Dateiinhalt_abrufen":{"runAfter":{},"metadata":{"flowSystemMetadata":{"swaggerOperationId":"GetFileContent"}},"type":"ApiConnection","inputs":{"host":{"connection":{"name":"@parameters('$connections')['onedriveforbusiness']['connectionId']"}},"method":"get","path":"/datasets/default/files/@{encodeURIComponent(encodeURIComponent(items('Auf_alle_anwenden')?['Id']))}/content","queries":{"inferContentType":true},"authentication":"@parameters('$authentication')"}},"An_Arrayvariable_anfügen":{"runAfter":{"Dateiinhalt_abrufen":["Succeeded"]},"type":"AppendToArrayVariable","inputs":{"name":"anhangarray","value":{"Name":"@items('Auf_alle_anwenden')?['DisplayName']","ContentBytes":"@body('Dateiinhalt_abrufen').$content"}}}},"runAfter":{},"type":"Foreach"},"E-Mail_senden_2":{"runAfter":{"Auf_alle_anwenden":["Succeeded"]},"metadata":{"flowSystemMetadata":{"swaggerOperationId":"SendEmail"}},"type":"ApiConnection","inputs":{"host":{"connection":{"name":"@parameters('$connections')['outlook_1']['connectionId']"}},"method":"post","path":"/Mail","body":{"To":"sag@ichnicht.de","Subject":"Neue Bilder 2018er","Body":"Hier steht der Text","Attachments":"@variables('anhangarray')","IsHtml":true},"authentication":"@parameters('$authentication')"}},"Auf_alle_anwenden_2":{"foreach":"@body('Dateien_in_Ordner_auflisten')?['value']","actions":{"Datei_löschen":{"runAfter":{},"metadata":{"flowSystemMetadata":{"swaggerOperationId":"DeleteFile"}},"type":"ApiConnection","inputs":{"host":{"connection":{"name":"@parameters('$connections')['onedriveforbusiness']['connectionId']"}},"method":"delete","path":"/datasets/default/files/@{encodeURIComponent(encodeURIComponent(items('Auf_alle_anwenden_2')?['Id']))}","authentication":"@parameters('$authentication')"}}},"runAfter":{"E-Mail_senden_2":["Succeeded"]},"type":"Foreach"}}},"expression":"@equals(items('Auf_alle_anwenden_3'), 0)","type":"If"}},"runAfter":{"Variable_initialisieren":["Succeeded"]},"type":"Foreach"}},"outputs":{},"description":"Dieser Flow sucht einen Ordner auf, listet die darin befindlichen Dateien auf und versendet sie. Anschließend löscht er diese Dateien."},"parameters":{"$connections":{"value":{"onedriveforbusiness":{"id":"[concat('/subscriptions/', subscription().subscriptionId, '/providers/Microsoft.Web/locations/', parameters('logicAppLocation'), '/managedApis/', 'onedriveforbusiness')]","connectionId":"[resourceId('Microsoft.Web/connections', parameters('onedriveforbusiness_Connection_Name'))]","connectionName":"[parameters('onedriveforbusiness_Connection_Name')]"},"outlook_1":{"id":"[concat('/subscriptions/', subscription().subscriptionId, '/providers/Microsoft.Web/locations/', parameters('logicAppLocation'), '/managedApis/', 'outlook_1')]","connectionId":"[resourceId('Microsoft.Web/connections', parameters('outlook_1_Connection_Name'))]","connectionName":"[parameters('outlook_1_Connection_Name')]"}}}},"runtimeConfiguration":{"collections":{"maximumItemCount":100000}}},"dependsOn":["[resourceId('Microsoft.Web/connections', parameters('onedriveforbusiness_Connection_Name'))]","[resourceId('Microsoft.Web/connections', parameters('outlook_1_Connection_Name'))]"]},{"type":"Microsoft.Web/connections","name":"[parameters('onedriveforbusiness_Connection_Name')]","apiVersion":"2016-06-01","location":"[parameters('logicAppLocation')]","properties":{"api":{"id":"[concat('/subscriptions/', subscription().subscriptionId, '/providers/Microsoft.Web/locations/', parameters('logicAppLocation'), '/managedApis/', 'onedriveforbusiness')]"},"displayName":"[parameters('onedriveforbusiness_Connection_Name')]"}},{"type":"Microsoft.Web/connections","name":"[parameters('outlook_1_Connection_Name')]","apiVersion":"2016-06-01","location":"[parameters('logicAppLocation')]","properties":{"api":{"id":"[concat('/subscriptions/', subscription().subscriptionId, '/providers/Microsoft.Web/locations/', parameters('logicAppLocation'), '/managedApis/', 'outlook_1')]"},"displayName":"[parameters('outlook_1_Connection_Name')]"}}]}