ContributionsMost RecentMost LikesSolutionsRe: context values saved to a data sink Here is the value I am trying to capture - requestUri I cannot find any documentation regarding the testing and posting of these context values. Any help would be greatly appreciated. See image below for my current test without the needed groovy script. Re: context values saved to a data sink I have used data sink for many of my projects but cannot find a way to use get data for context, project or environment variables. context values saved to a data sink I would like to post the value of context parameters requestURI and httpresponseProperties to a data sink for a GET request. When I try the below groovy code I get null. any suggestions. String therequestUri = new String(context.getProperty("requestUri").toString())