What is RPA?

Robotic Process Automation, or RPA, is a technology that allows businesses to automate repetitive, mundane tasks that are typically performed by humans. These tasks can include data entry, customer service, and other routine activities that are time-consuming and prone to errors.

Clickatech Nintex

Nintex – Useful SQL Queries

This script will show you how many Workflow progress records each workflow in your environment has generated. SELECT i.WorkflowName, COUNT(p.InstanceID) [Number of WF Progress Records], i.siteid, i.webid, i.listid FROM dbo.workflowinstance …