I am trying to pass a parameter as text which contains multiple ‘–‘.
eg. 4f5ff225-70bc-4970-a12d-483beb066c47
But when i pass it.. i get nothing in result. I guess ‘–‘ is creating problem. Is there any way to pass the above example as it is to the javascript function.
I guess, your code looks something like this:
This is not going to work and there should be some errors in the console.
Pass it as a string (because that’s what it is).