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
- 5 years ago
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.
PhilipTreacy
Super User
5 years agoHi 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.