Api header value is not populating

Hi,

I’m having problems passing the value to my API headers. It’s not populating the value that I got from other data response. I have tried both API headers and Dynamic Attributes: API headers.
Any reasons why? Thanks a lot.

Default API Headers:
image
output:
image

Dynamic Attributes-API Headers
image
output:
image

Start by using a setValue -> _var for the flow1.data.api… variable and outputting that to see what it actually contains. It may not be what’s required.

Can you explain what are you trying to achieve with the flow? Also maybe show the steps there?
So you call the API on the server side and pass its values on the client side? In what flow step are you trying to use it? Maybe explain what are you trying to achieve.