Forum Discussion
rbutgins21
Nov 10, 2020Copper Contributor
Parse the subject line in an email using power automate
Hello - I am trying parse the subject in a new email using power automate. The subject would look something like 123456-7890. I need to parse the string before the dash and after the dash to loa...
rbutgins21
Nov 10, 2020Copper Contributor
I was able to resolve this.rbutgins21
- remedinaDec 09, 2022Copper Contributor
- rbutgins21235Dec 09, 2022Copper Contributor
- remedinaDec 09, 2022Copper Contributor
Thank you for you quick reply to this old post. What Im trying to accomplish with my flow is:
- when email arrives to mail box
- get subjct so i can use to rename attachmnet
- add renamed attachment to to share point site document library.
The first two work but on the third it fails with
The execution of template action 'Apply_to_each' failed: the result of the evaluation of 'foreach' expression '@outputs('Compose_2')' is of type 'String'. The result must be a valid array.
not sure why or what is causing this.
I must admit Im no expert with power automate.
Any ideas.
Thanks again