I receive data from my Trigger that arrives in an array or object that uses dates as a key:
This data is essential for me to iterate and format, but I’m having a difficult time using it in Zapier Code. {{idnumber__dates}} is not a valid input, {{239145184__dates__2024-06-27}} is, but arrives as a single integer. It would seem that I would need to know the dates used in advance in order to call this as well as have a limit to how many come in. Are there graceful solutions to this?