Hi,
Currently, I am trying to build an integration between monday.com and the external system. But I have a question regarding the built-in triggers of monday. When I am trying to log the data when specific events occur (For example: When the button is clicked) Monday triggers give events even if the button is not clicked. Is this normal behaviour?
Is there any way to get the event data only if the trigger occurs?
Is there any way to get the event data only if the trigger occuer?
Example trigger log:
{'payload': {'blockKind': 'action', 'blockMetadata': None, 'inboundFieldValues': {'boardId': 1180565737, 'itemId': 1180565821, 'sourceColumnId': 'button', 'targetColumnId': 'text_1', 'transformationType': {'title': 'to upper case', 'value': 'TO_UPPER_CASE', 'invalid': False}}, 'inputFields': {'boardId': 1180565737, 'itemId': 1180565821, 'sourceColumnId': 'button', 'targetColumnId': 'text_1', 'transformationType': {'title': 'to upper case', 'value': 'TO_UPPER_CASE', 'invalid': False}}, 'recipeId': 30118519, 'forceNoCharge': False, 'integrationId': 64528056}}