Notion - Trigger only on selected objects

Hey,
I created a workflow with the Trigger ‘On page updated’. I have no problem to gather all the info but I want to know which objects was Updated (status, sprint and so on). I tried differents nodes but in the end, no info

Do you have any idea how to find this info ? :slight_smile:

Thanks !

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hey @Nicolas_N,

Welcome to the community :tada:

I don’t think the API tells us what was updated we just know that the modified time has changed, I take it you tried with Simplify disabled as well?

Hey @Jon

I tried Simplify and not simplify. I only get the last updated time and the list of all the properties. But not correlation between both :slight_smile:

1 Like

Hey @Nicolas_N,

I think that is to be expected because of the API being used. I will double check the api docs though to see if anything has changed.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.