get url parameter into a variable in the agent?
get url parameter into a variable in the agent?
(OP)
How do i write my lotusscript agent to get a parameter "Bobby" from a URL into a variable in my code.
example: www.x.com/agent?parameter=Bobby
example: www.x.com/agent?parameter=Bobby
RE: get url parameter into a variable in the agent?
The best solution I can suggest is to save the URL in a field with the formula @URLQueryString, then save the document and get LS to read the field value.