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.