Adding data values to a dictionary

Hi,

I am using the a!startProcess . A number of my parameters are coming from an http!request.body, which I can pass in as a dictionary

However I want to be able to add additional parameters as something like the following.

processParameters: concat(
replace(a!fromJson(
http!request.body
),len(a!fromJson(
http!request.body
)),1,""),
local!url,"]")

This does not work as I cannot cast a text as a dictionary.

I have tried other things including

processParameters: { processParamterVariableNameInProcessModel:

local!parameters

}

which I have seen as recommendation in another post, but then I get an invalid process model.

Can you advise how I can add to a dictionary object ?

Thanks

Tim

  Discussion posts and replies are publicly visible