I'm testing the Azure Service Bus. so, I created a Topic and a subscription for the topic. Seems that everything is working as it should when inserting messages to the Topic. Things are also OK when I receive the messages only via code
however, when I try and receive messages from a topic subscription using the "get messages from a topic subscription" Logic App step, it only receives one message at a time. I know I have 8 messages in the topic and the LA automatically sets Foreach to get all the messages. However, it only receives one.
however, when I try and receive messages from a topic subscription using the "get messages from a topic subscription" Logic App step, it only receives one message at a time. I know I have 8 messages in the topic and the LA automatically sets Foreach to get all the messages. However, it only receives one.