I want to check if my email has an attahment or not using logic apps

Daya Sandhu 21 Reputation points
2021-05-20T15:13:52.923+00:00

98230-image.png

This only allows me to send an attachment and everything thing else says the object isn't an array.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,563 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. JayaC-MSFT 5,606 Reputation points
    2021-05-21T08:53:32.37+00:00

    Hello @Daya Sandhu , Thanks for the question.

    You have a condition check on the type of attachment so whenever there is no attachment, it is still tryin to check the type as per your design. Instead you put a check on the "Has Attachment" property . Something similar to :

    98533-image.png

    This works fine for me.

    If this helps, please "Accept the answer" and "Up-vote" so that it helps others in the community.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.