Context:
- I’m using Activepieces to automate data entry into a Notion database.
- The trigger is a webhook sending my iPhone Health data 3 times per day.
- I have a “Daily Tracking” database in Notion. Each time data arrives, I use the “Update Database Item” module to fill the day’s info.
The Problem:
- Whenever the new data gets pushed, it overwrites (zeros out or blank) any fields I haven’t provided in the webhook.
- I only want to update specific fields and leave the rest of my manual entries intact.
My Goal:
- Perform a partial update.
- Only change fields if the webhook has actual data.
- Leave existing data untouched if the webhook’s field is empty or not provided.
Questions for the Community:
- Does Activepieces have a built-in way to do partial updates on Notion without manually fetching and merging data?
- If not, what’s the most efficient workaround you’ve used to handle “patch”-style updates?
Thanks in advance for any tips or best practices!