Resolved! How to retrieve the knowledge articles based on the valid to
I’m using the background script below to get the articles that will expire in 2 months from now, I have tried with encoded query but none are working. Can anyone help me with this var gr = new GlideRecord('kb_knowledge');gr.addQuery('workflow_state',...

