Our team needs to be able to dynamically resolve variables in the headers section of the ui:field SelectFieldFromApi. The resolved variables need to be previous inputs from the IDP workflow.
Here is an example:
ui:field: SelectFieldFromApi
ui:options:
title: Title
description: Description
request:
method: POST
headers:
x-api-key: "token"
body: This is a simple plain text message
Currently it is possible to resolve variables in the body section, but not the headers. A separate ticket is being made to obtain a Harness API Auth key from a workflow JWT token.