Hello Everyone,
We have a custom module inside of Zoho Recruit to keep track of 3rd party service providers.
Inside the module, we added a check box called "Active" . This is to tell us who is an active service provider for us.
When the Active box is checked, the record ends up on a Custom View inside of the Module in Recruit. If the Active box is unchecked, the record is no longer on the Custom View.
In short, I'd like a Zoho Sheet to simply reflect what is on the Custom View.
We created a flow into Zoho sheets. When a new record is added, it is added onto a Zoho Sheet. This worked just fine, super easy. We're stuck at how to delete a row from the sheet if the record is no longer active.
We've tried a handful of different options...
Do we create 2 Flows? One to add a records and another to delete if a record has been updated?