Steve Rickus

Results 3 issues of Steve Rickus

Can now access the node's local context in: * change node -- added 'local.' pulldown option to src/dest fields * jsonata expression -- get variable using $localContext() function ## Before...

I tracked down why my new http endpoint was not showing in the Swagger sidebar... the code searches from the `http in` node until it finds a connected `http response`...

I tried to duplicate my http-in node (url = `/nodes`) in order to add a named parameter (url = `/nodes/:type`). Any changes I made to either list of query parameters...