In standard logic app we are facing issue while deleting the message after receing the message from service bus topic subscription with session enabled

Kuriakose, Chithra 0 Reputation points
2024-11-05T08:44:37.7066667+00:00

Issue: In standard logic app we are facing issue while deleting the message after receing the message from service bus topic subscription with session enabled

 

 

Trigger: When a message receive from topic with peak lock ( Say servicebus topic subscription : TOPIC 1)

 

ACTION: Complete the message in topic ( Say servicebus topic subscription : TOPIC 1)

 

ACTION : Get the message from topic with session.  ( Say service bus topic subscription : TOPIC 2 with session enabled).Here acquire new session is YES

 

ACTION :Compte the message from topic with session( Say service bus topic subscription : TOPIC 2 with session enabled).

 

When I save this logic app we are getting validation error says

 

Error


Workflow validation failed for the workflow 'TestGetDatafromtopic'. {"error":{"code":"ServiceProviderInvalidTriggerForAction","message":"The workflow trigger 'When_messages_are_available_in_a_topic_subscription_(peek-lock)' of type 'peekLockTopicMessagesV2' is not supported by the action 'Complete_the_message_in_a_session' of type 'completeMessageInSession'."}}

 

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
641 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,221 questions
{count} votes

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.