Hi,
I am looking to generate JSON data for users with 5 fields of data using Okta workflows.
I am able to get the data for each user in JSON string format. How can I consolidate all JSON strings into the list format mentioned?
[
{
"Employee_Type": "Employee",
"Field1": "foo",
"Field2": "bar",
"Field3": "bar",
"Field4": "bar"
},
{
"Employee_Type": "Employee",
"Field1": "foo",
"Field2" : "bar",
"Field3": "bar",
"Field4": "bar"
}
]
Thanks,
Kesav