We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

User Activity

  One common pattern I’ve noticed while developing flows in ServiceNow is that many developers immediately start writing scripts whenever they need to manipulate a value inside Flow Designer.   Typical approaches include: Creating additional flow va...
ServiceNow · Flow Designer Stop Rebuilding Large Flows — Convert Them into Subflows in Seconds Learn how to quickly convert existing Flow actions into reusable Subflows and build cleaner, more maintainable automation in ServiceNow. The Problem ...
              HISTORYWALKER API v1 → initial v2 → updated v3 → walkTo(n) current ● ServiceNow Developer Blog How to Get Previous Field Value Outside a Business Rule in ServiceNow AT Astik Thombare  ·  Senior ServiceNow Developer  ·  April...
Approvals are not getting triggered for the cases, even though the correct conditions have been configured in the To-Dos setup. Could you please review this and help identify the issue? Kindly refer to the screenshot below for more details.   To-dos ...
  In ServiceNow development, counting records is common.But counting unique records correctly and efficiently is where many developers make mistakes.   This article explains: Why common approaches fail Why COUNT is not enough The hidden COUNT(DIS...