I stuck at the problem, that if I want to post my Kimono Data via Webhook in my Database it gives me a JSON like this:
{ "name": "",..."results": {"collection1": [{ ...}]}
The problem is that these kind of JSON creates one single row in my database with one attribute results where all my data is stored. But actually I need the elements in the result collection in different rows to be able to work with them. I tryed to transform the data with the given feature in Kimonolabs but i doesn't think it's gonna work like this.
Does anybody have an idea how to fix this issue?