Hi @Subhadip Roy Greetings! Thank you for posting this question here.
You can achieve this by creating a logic app with a trigger of type "When a HTTP request is received". This trigger will generate a URL after you save the workflow. This URL can then be used in your ADF pipeline Web action POST request to trigger the logic app workflow. Please refer the article section Create a callable endpoint that provides the steps on how to create a template for this trigger.
Once you create the above trigger, you can use the ADF pipeline Web action and to a post request as following by providing the URL of the trigger.
As you may notice, there is no need to grant explicit access to the Logic App within the ADF pipeline.
Please ensure your logic apps Trigger access option is set to allow access from Any IP address under Workflow settings.
Once you run the pipeline, your logic app should be triggered without any issues.
Hope this helps! If you are trying a different approach, kindly share more details and we would be glad to assist you further.
If the response helped, please do click Accept Answer and Yes for the answer provided. Doing so would help other community members with similar issue identify the solution. I highly appreciate your contribution to the community.