invokeURL to change custom field

invokeURL to change custom field

I have a deluge script that currently runs as a Schedule. It works exactly as intended, however I've recently been informed by Zoho that there's some mechanism in place to block changes made by a script when it runs on a schedule from being detected by other things. When I run the script manually it changes a field, I have a Flow configured to detect this field change and then do something. However when the script runs at the scheduled time, Flow doesn't detect this. Which makes no sense to me, as Flow is a completely different thing, which should detect a field change, no where does it say "ignore changes if made at this scheduled time" and since it works when I run the script manually, I don't understand how I could even test this since in either scenario it's a change being made by a script, I'm never making the change manually. So, Zoho's solution is to send an API request using invokeURL to make the change. 

How can I make this do the same using invokeURL?

  1. searchValue = {"status":"Recurring Reminder"};
  2. response = zoho.desk.searchRecords(ORGID,"tickets",searchValue,0,100);
  3. ticketList = response.get("data");
  4. info ticketList;
  5. for each  rec in ticketList
  6. {
  7. recordValue = {"cf":{"cf_automation_running":"true"}};
  8. update = zoho.desk.update(ORGID,"tickets",rec.get("id"),recordValue);
  9. info update;
  10. }
    • Sticky Posts

    • Zoho Desk Partners with Microsoft's M365 Copilot for seamless customer service experiences

      Hello Zoho Desk users, We are happy to announce that Zoho Desk has partnered with Microsoft's M365 to empower customer service teams with enhanced capabilities and seamless experiences for agents. Microsoft announced their partnership during their keynote
    • Live Webinar - Work smarter with Zoho Desk and Zoho Workplace integration

      Hello customers! Zoho Desk and Zoho Workplace are coming together for a webinar on 14th May, 2024. Zoho Workplace is a suite of productivity apps for email, chat, docs, calls, and more at one single place. Zoho Desk is closely integrated with a few tools
    • Apple iOS 17 and iPadOS 17 updates for Zoho Desk users

      Hello Zoho Desk users! Apple recently announced the release of iOS 17 and iPad OS 17. These latest OS updates will help you stay productive and efficient, through interactive and seamless user experiences. Zoho Desk has incorporated the updates to help
    • Zoho Desk Cheat Sheet For The Year-End

      Check out these Zoho Desk best practices to end this year on a high and have a great one ahead! #1 Set Business (Holiday) Hours - If you have limited working hours, please make sure you restrict your business hours or set them as holidays for the coming days. Let your customers know when you will, and won't, be available. #2 Update the Annual Holiday List - Check the holidays for the new year and update the holiday schedule. Usually, holidays from the current year will be carried over for the next
    • Deprecation of older versions of ASAP Mobile SDK | Zoho Desk

      Hello, everyone.    Greetings from Zoho Desk ASAP!   In order to continue to deliver the best and most secure experience to our mobile SDK users. On account of the recent enhancements and updates to the mobile SDKs, we have planned to mark the older versions

    Nederlandse Hulpbronnen