Hi guys,
I’ve seen that you can pass in URL parameters using the [brackets], but can you use the same process to pass in parameters to the header? I’m trying to send a Bearer token which is specific to the user, having some challenges.
Thank you!
Hi guys,
I’ve seen that you can pass in URL parameters using the [brackets], but can you use the same process to pass in parameters to the header? I’m trying to send a Bearer token which is specific to the user, having some challenges.
Thank you!
What is your issue? You are doing thing correctly (but you don’t need to put [bracket] in header. When you uncheck “private”, this make the header value available to be filled dynamically.
It is working now - thank you so much!