Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

url embedding

hi
i have a url now i want it to go with the values
if i select p3% values that url should direct to the database based on that url request it

image.pngimage.png

  • Hi Anonymous 

    I think you've asked this qs already?

    You need to concatenate the Request ID to the url string like this

    url = "https://www.website.com?request.request_id=" & incident[Request ID]

    Regards

    Phil


    If I answered your question please mark my post as the solution.
    If my answer helped solve your problem, give it a kudos by clicking on the Thumbs Up.

1 Reply

  • Hi Anonymous 

    I think you've asked this qs already?

    You need to concatenate the Request ID to the url string like this

    url = "https://www.website.com?request.request_id=" & incident[Request ID]

    Regards

    Phil


    If I answered your question please mark my post as the solution.
    If my answer helped solve your problem, give it a kudos by clicking on the Thumbs Up.