How to separate webhook on boundles?

Hi, I want to sync IOS Health (Walking + Running) with Notion DB.
I have two parameters: Date and Qty.

But I have trouble. The app that sends webhooks makes a deep hierarchy. Can I separate [Date & Qty] data into difference Bundles (like a screen with a Notion)?


Are you trying to map the webhook data into notion? If the webhook data needs to be converted into one input you’ll need to use an aggregator to do that first and then use the add record. The search records from notion is showing you the output of multiple records and thus the separate bundles.