I have developed a series of zaps to pass data back and forth between Asana and Smartsheet. However, dates values are not being captured. The GID of the two custom properties are below:
{"gid":"1204157135060130","name":"Material Deadline","resource_subtype":"date","resource_type":"custom_field","type":"date","is_formula_field":false},
{"gid":"1204157139710892","name":"Material Event Start Date","resource_subtype":"date","resource_type":"custom_field","type":"date","is_formula_field":false},
When I attempt to push the date values to Smartsheet columns it returns the below from “Data In”:
Similarly, when I use webhooks to send the information back to Asana it just says “No Data” despite there being a value in the smartsheet cell.
Has anyone experienced this?