Hi
In AlteryxService MongoDB Schema
In AS_Schedules schema
2024.2 : has Enabled: (Boolean) Whether the schedule is enabled to run.
2023.1 : Does not have such Enabled flag.
However we can disable the schedule as shown below. I am wondering , In 2023.1 , where does the MongoDB keep the info when I disable or enable the schedule (Which schema and what table?)
Thank you
@PeterPerera For 23.1, I would assume that info is stored in the field called __ServiceData in the AS_Schedules table. That data is in a blob format, and one way to convert the field to something readable in alteryx is to use the service data parser macro from alteryx. I've included a copy of the macro in this post: https://community.alteryx.com/t5/Alteryx-Server-Discussions/ServiceDataParser-macro-for-2023-2/td-p/...
Thanks Patrick for the quick reply. I will check this solution.