How can we use Inherit Auth from parent in workflow?

How can we inherit authentication from a parent in workflow?

In Postman, we have created three API variables in the environment. These variables are used in both GET and POST requests, with the authorization set to Inherit auth from parent.

How can we achieve the same Inherit auth from parent behavior within the workflow? I tried adding the authorization directly in the headers, but it did not work.

@Pkkumar IN Workflow, you can achieve it using the workflow variables. YOu need to map the Workflow variables.

Hi @Pkkumar ,

Please check in below post. As mentioned by Manish create variable and utilise those in throughout workflow.

Thank you.