In standard logic app we are facing issue while deleting the message after receing the message from service bus topic subscription with session enabled
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'."}}