Hi,
We set up few workflows to export data from monday.com to external DB using GraphQL.
There are scenarios where we create items on board and deletes them later, but they will be export to Database using above work flow.
We need to identify deleted items from board and make sure they are deleted from DB as well.
I am trying to use below GraphQL to finidout the activity on board but it’s returning all types of events.
Is there a way to filter out using GraphQL and export only event=‘delete_pulse’ records ?
Can you please advise how we can alter below query to get only required event types.
Thanks & Regards,
Madhu Kolli