Hopefully someone can give me some advice.
I use a webhook to receive data from an external source, it is tree tagging system. All trees in a certain area have the same data: Date, Batch Number etc…, but then each tree have individual properties as well: “Scan Log Barcode”, Diameter, Length etc…
This is what the Webhook structure looks like:
Raw Data:
How do I create a new thing for each of the items in the list?
The following fields should be included in each of the new things:
- “Date”
- “Batch Number”
- “Batch Reference Number”
- “Transport Company”
- “Plantation”
- “LogSupplierAccNo”
- “Delivery Note”
As well as the the individual tree data:
- “Scan Log Barcode”
- “Tag failed to scan Failed or New”
- “Photo of Barcode”
- Etc…
It is easy to create a new thing from the 1st 8 fields once, but I need to add the 1st 8 fields to each of the records in the list.
Any help will be greatly appreciated.