Hi there Merin Mary
Thanks for using QandA platform
i guess to pass the client secret retrieved by the 'GetSecret' action in your Logic App to the connection setup in the next step, you can directly reference the secret's value from the 'GetSecret' action. In the subsequent step, such as an HTTP action to set up the connection, use dynamic content to include the secret. For example, in the body of your HTTP request, set "client_secret": "@{actions('GetSecret').outputs.body.value}"
.
If this helps kindly ccept the response thanks much.