Here is what I’m trying to do. I have created a zap between JotForm and ServiceTitan. When the customer submits a JotForm and selects the option to do the same as last year, I want to look up last years invoice and have it create a new job.
I am running into a problem with the step that I update the created job with last years services. There is an extra step before I can update the invoice where I must define if the charge being added to the invoice is
Service
Material
Equipment
Due to this requirement, I need to filter my array by the item type being updated on the newly created job then I was going to create 3 paths based on the item type to update the invoice with the filtered arrays.
I also keep getting an error on the last step that I’m not sure how to resolve.