Zoho People - Leave Form Trigger Missing Key Information

Zoho People - Leave Form Trigger Missing Key Information

The trigger for a Leave Form being submitted in Zoho People is missing key information... the amount of leave taken!

Here is the info passed from the Zoho People trigger:
  1. {
    	"TeamEmailID": "",
    	"Leavetype": "Paid Time Off (FT)",
    	"ModifiedTime": "11-15-2022 14:38:29",
    	"form": "leave",
    	"Employee_ID": "Donald Love AM0008",
    	"AddedTime": "11-15-2022 14:38:29",
    	"From": "11-11-2022",
    	"To": "11-11-2022",
    	"id": 586138000006439017,
    	"ModifiedBy": "AM0008 - Donald - Love",
    	"AddedBy": "AM0008 - Donald - Love",
    	"Reasonforleave": ""
    }

This is an hourly leave type, and the trigger doesn't pass the number of hours or the start / end time of the leave. That really limits how useful this trigger is.

Not sure if this is a limitation on the People end or the Flow end, but this should be addressed.