hHello all,
I am having an issue with a flow which should create files in a Teams Folder. I've tested the flow before with my own mailbox and a test Team. Now I use a shared mailbox, where mails with attachments should upload the attachment to the teams folder automatically. But the step Apply to eac after the Trigger is loading endless and I don't know why..
As you can see the parameters are correct but this thing is loading forever
In this case I have got two attachment but only the XLSX should be saved, but the flow never comes to this step because auf the Apply on all.
The code seems good for me and in the input you can see that the step recognizes the input of the attachments:
"type": "Foreach",
"foreach": "@triggerOutputs()?['body/attachments']",
"actions": {
"Exctract_filetype": {
"type": "Compose",
"inputs": "@substring(item()?['name'],sub(length(item()?['name']),3))"
}
I hope someone can help me with this error..
I've already newly created the trigger but without success.
Kind regards,
Gian