Forum Discussion
Anonymous
5 years agoNot applicable
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
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
- PhilipTreacySuper User
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.