Loop block in Workflow does not receive data from other blocks

When using a Loop block with Lambda as an HTTP Request, im trying to get the Bearer Auth token created in the first block of the workflow, but the current Loop block is not recognizing any information from any other block. I've tried another Loop block with a Retool DB Lambda, and it works fine. Any help?

I've recognized that elements in RESTqueries Headers cannot receive information from other blocks.

Hey @Francisco_Goulu!

Could you try using custom auth to define a block to retrieve your Bearer token at the start of your Workflow and refer this token in your headers such as Authorization: Bearer {{block_name.data.token}}?

If custom auth isn't successful, could you try verifying if your token is being formed correctly before passing it to the Loop block?