Hi @KanamRamu Welcome to the ServiceNow Community, and congratulations on completing your CSA and CAD certifications. That is a very good foundation, especially if you are planning to grow in ServiceNow Application Development.Since you are revising ...
Hi @VibhaJ ,You can check and reset your PDI login details from the ServiceNow Developer Portal.Please log in with your ServiceNow Developer account here:https://developer.servicenow.com/dev.do#!/homeOnce logged in, go to your profile or instance sec...
Hello @tahnalos Flow Designer in ServiceNow does not directly support multi-level grouping like GlideAggregate, but you can achieve a similar outcome using "Look Up Records" actions and loops. First, use a "Look Up Records" action to retrieve records...
Hello @Community Alums Here’s a sample code snippet in ServiceNow to automatically update the Short Description of an Incident with caller's first name and last name, whenever the Caller field is changed. =============================================...