Hello,
I am trying to encode a value returned in the url of my request (Get):
Here is what I have:
This is what I expect:
![]()
I have already tried this format but it is not identical and does not work
thanks in advance
Hello,
I am trying to encode a value returned in the url of my request (Get):
Here is what I have:
This is what I expect:
![]()
I have already tried this format but it is not identical and does not work
thanks in advance
Please check this method out:
{{encodeURIComponent('#test?')}}

Docs: encodeURIComponent() - JavaScript | MDN
Let me know if it what you need
Great !! You saved me time