-
Notifications
You must be signed in to change notification settings - Fork 2k
Open
Labels
Description
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}}.

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:

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

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
