Hello everyone, in the Architect flow, I would like to insert a nested object into an empty JSON. For example, the nested object will be something like below:
{
"Customer": {
"name": "Albert",
"gender": "male"
}
}
The value of "name" and "gender" will be from variables. May I know how to use function SetJsonObjectProperty() to achieve such? Or any other solution?
#Unsure/Other
------------------------------
Albert Lee
------------------------------