Use case: We want wo create an item in Monday when action item is created in our platform and sync future changes from our platform to Monday item
Solution: we have created a custom trigger and custom action to achieve this and using GraphQL API to create an item when action is called. We want to sync future changes and therefore we need to “link” our action item id to the Monday’s item id and store this in our DB.
Problem: we are providing actionItemId and actionItem fields as output fields to the trigger’s webhook endpoint but it doesn’t populate actionItemId as an input field in the request to our custom action endpoint.
What might be a reason of this?
Below are screenshots with out configurations
Custom Action item Id field (actionItemId)
Trigger I/O field
Action Input fields
Trigger request
Action payload (actionItemId is missing)