# DataValidator

**URL:** https://community.automationedge.com/t/datavalidator/17629
**Category:** Process Studio
**Created:** [February 21, 2026, 5:54am UTC](https://community.automationedge.com/t/datavalidator/17629 "2026-02-21T05:54:22Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![PurvaBadgujar](https://avatars.discourse-cdn.com/v4/letter/p/bbe5ce/32.png) [@PurvaBadgujar](https://community.automationedge.com/u/PurvaBadgujar)
#### Post date: [February 21, 2026, 5:54am UTC](https://community.automationedge.com/t/datavalidator/17629/1 "2026-02-21T05:54:22Z")

</div>

i have specified rules in Data Validator step but still i am facing issue

---

<div class="post-metadata">

### Author: ![girija.jape](https://avatars.discourse-cdn.com/v4/letter/g/9de053/32.png) [@girija.jape](https://community.automationedge.com/u/girija.jape)
#### Post date: [February 21, 2026, 9:06am UTC](https://community.automationedge.com/t/datavalidator/17629/2 "2026-02-21T09:06:20Z")

</div>

Kindly verify if appropriate error handling is in place for handling invalid data/records.

---

<div class="post-metadata">

### Author: ![wllmdjngh](https://yyz1.discourse-cdn.com/flex027/user_avatar/community.automationedge.com/wllmdjngh/32/952_2.png) [@wllmdjngh](https://community.automationedge.com/u/wllmdjngh)
#### Post date: [February 21, 2026, 5:51pm UTC](https://community.automationedge.com/t/datavalidator/17629/3 "2026-02-21T17:51:55Z")

</div>

Error handling is not implicit in the Workflow.  
Workflow must manage the control if data that is massaged contains error and proper action must then be processed.  
If a step fails because of non-processable data, you can manage it with error hop so it goes a different route and correct the error or using try/catch logic.

Hope this helps.
