
ChrisL.07064 (Customer) asked a question.
Hi, we created an endpoint within workflows where a JSON gets send in the following format:
{
"identities": [{
"BusinessKey": "test",
"FirstName": "test",
"LastName": "test",
"Status": "test",
"EmployeeID": test,
"Category": "test",
"ValidFrom": "01.01.2999",
"ValidTo": "",
"CostCenter": test,
"ID_Card_number": test,
"Email": "test",
"Context_BusinessKey": test
},
{
"BusinessKey": "test",
"FirstName": "test",
"LastName": "test",
"Status": "test",
"EmployeeID": test,
"Category": "test",
"ValidFrom": "01.01.2999,
"ValidTo": "",
"CostCenter": test,
"ID_Card_number": test,
"Email": "test",
"Context_BusinessKey": test
]
}
How do i accomplish such a workflow so that i iterate over all of the values from the object "identities" and write them one by one into a table?

@ChrisL.07064 (Customer) -- Would have been easier if your example was valid JSON. But after fixing it I created and attached an example flopack that you can import that will demonstrate how to process inputs displayed above.
dataparseexample