Hi All,
I am trying to read all the message from an "Azure Queue" storage and send all the read message from queue as an outlook email. I am using "Get messages" action to read the queue but it also contains an option of "Number of Messages" which in my case is all the message from the queue. is it possible to read all the messages from the "Azure Queue" ?.
Also for sending an email I am using action "Send me an email notification". when I try to configure it by taking the output of "Get messages" it ends up setting a "Apply to each" action surrounding the existing action(Send me an email notification). Which shouldn't be in my case because I want to send all the messages in the queue.
Please advise.