There are certain connectors in Logic app (e.g. Outlook Connector) such connectors needs to establish a connection before creating a logic app.
But what if I want to make connection from different account on every request? e.g. Create task On post call I want to create a task in users outlook. I created connector from [email protected], then every post request will create task in outlook of [email protected] even if request coming from [email protected]
Is there any way to accomplish my goal?