Skip to content

Issue with interpolation of query param with variable pointing to another variable #6377

@blagasse700

Description

@blagasse700

Jira

I have checked the following:

  • I have searched existing issues and found nothing related to my issue.

This bug is:

  • making Bruno unusable for me
  • slowing me down but I'm able to continue working
  • annoying
  • this feature was working in a previous version but is broken in the current release.

Bruno version

2.15.1

Operating System

Windows 11

Describe the bug

Hello,

I have a folder variable pointing to the current timestamp variable {{$isoTimestamp}}.
Image

Then, in a request, I want to have a query param pointing to this folder variable.
In the GUI, it seems to work fine as the value of the variable is well displayed:
Image

But when the request is sent, we can see that the plain string "$isoTimestamp" is sent:
Image

Workaround: I have to define the query param pointing directly to the {{$isoTimestamp}}. But working that way, I have to change the value in all the requests and I cannot work with the Folder variable concept.

.bru file to reproduce the bug

No response

Screenshots/Live demo link

Image Image

Metadata

Metadata

Labels

bugSomething isn't workinghas-pr

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions