I have built a logic app which receives messages from azure service bus topic in peek lock mode.if the message is not processed for 2 deliver count the message will be moved to dead letter queue.till this it goes well in logic app.
So now i have to process the messages from dead letter queue by resubmitting the messages from dead letter queue to topic automatically and receive it in logic app.please help me out to implement this only in logic app.