Hi all,
I am trying to send an HTTP request from Power Automate (Flow) and I need to include an Authorization header. I have a variable called "MyToken" that stores my token.
I tried the following in the Headers field:
However, this header now causes an error: the Authorization part is being sent empty to the server. Note that MyToken is not empty — using the same value in Postman works successfully.
Note 1: I cannot use a custom connector because the token for the connection changes constantly.
Note 2: This flow was working on November 5th. It seems that after a recent update, the Authorization header can no longer be sent. However, the server still expects the Authorization to be in the header.
Thanks in advance!