im trying to connect odoo crm to zoho books, so whenever a sales order is created it goes through to zoho books and creates and invoice.
this is the scenerio, so the first http module is to verify odoo, then it goes to a data store get data which will fetch the last sales id from the last module data store update data. and in between the 2 data stores modules is another https which will get data of all the sales orders.
The aim of using these to data store modules is to avoid duplicates and only the new entries go through. Im also using a filter in between the API call and the last module data stores, to filter all the previous records and only push forward the new records.
i dont know what else i can do to acheive this as this is not working, whenevr i run it, it doesnot go through the filter and in the get record data store module it only shows the default ID that i created.
some one please help as i have been stuck since 3 days.
blueprint (3).json (23.9 KB)