diff --git a/package.json b/package.json
index 3aa115ca8..2bd11aed5 100644
--- a/package.json
+++ b/package.json
@@ -36,7 +36,7 @@
"material-table": "1.43.0",
"moment": "^2.22.2",
"openchs-idi": "git+https://github.com/avniproject/openchs-idi#b6c57e051b91ed4bc2634f4f087dba51cc3a01c8",
- "openchs-models": "1.30.87",
+ "openchs-models": "1.30.89",
"popper.js": "^1.14.3",
"prismjs": "^1.17.1",
"prop-types": "^15.7.2",
diff --git a/src/formDesigner/components/RuleFailureTelemetry/RuleFailureTelemetryList.js b/src/formDesigner/components/RuleFailureTelemetry/RuleFailureTelemetryList.js
index c3ae61a3f..21990c176 100644
--- a/src/formDesigner/components/RuleFailureTelemetry/RuleFailureTelemetryList.js
+++ b/src/formDesigner/components/RuleFailureTelemetry/RuleFailureTelemetryList.js
@@ -13,7 +13,7 @@ import { Privilege } from "openchs-models";
import { Close, MenuOpen } from "@material-ui/icons";
const tableRef = React.createRef();
-const refreshTable = ref => ref.current && ref.current.onQueryChange();
+const refreshTable = ref => ref.current && ref.current.onQueryChange({ page: 0 });
const STATUS = {
OPEN: 1,
@@ -52,6 +52,31 @@ const columns = [
title: "Rule UUID",
field: "ruleUuid",
render: rowData => rowData.ruleUuid
+ },
+ {
+ title: "Source",
+ field: "source",
+ render: rowData => (
+