Question

unintended trigger property created for trigger payload


Hi

I am working on a trigger which receives a property like

"dueByLabel": "Due: in 28 day(s) (7/6/2022 12:00:00 AM)"

after data is return by “triggers.<trigger-name>.operation.perform”, I see additional property in Zap Run history

"dueByLabel_day": "s"

This property is not generated if “dueByLabel = completed” (as an example). See attached screenshot of the new property. This property is not emitted by the webhook service and is generated after perform method is executed.


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Userlevel 7
Badge +12

Hi @ajay sharma 

If that property is configured in your sample object, I believe it will always show up. 

@GetUWired unfortunately the property “dueByLable_day” is not always present as trigger payload after zap run, if it is a different string then it is not present.

if seems there is additional processing of the string which interprets “Due: in 28 day(s)...” as

“dueByLabel_day: s”