updateRecord api method does not trigger any Custom functions in zoho books
Hi
In zoho books I wrote a work flow "When any estimate is updated a custom function will be triggered". When I manually execute the custom function it gives me the desired output.
I update the zoho books from zoho creater with the updateRecord api method(as put method is not supported in creator for updating estimates).
The value gets updated successfully but the custom function is not triggering at the point of updation.
I checked the workflow with email alert instead of custom function it works fine.
The notification I got on books regarding the custom function is "workflow was not executed as it was trigerred by custom function".
Need Assistance asap