I am having Event grid publisher logic app based on service bus, subscriber logic app and having Event Grid custom Topic
Whenever I am publishing the event ,every time I am getting 200 OK response. I want to have a retry mechanism where I should only complete the service bus message on successful processing by the subscriber and event grid should know the response of subscriber response.
This is the response I am getting back

had added the validationCode in the data payload event grid publish
Sending response from subscriber
and this is my event filter in topic subscription

How can in my logic app i can send the response back to the event grid publisher logic app ?
