Skip to content

Commit d3d82b0

Browse files
committed
updates
1 parent a0cbf47 commit d3d82b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

support/power-platform/power-apps/create-and-use-apps/monitor-debugging-canvas-apps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,11 +180,11 @@ Correlate Trace events with adjacent `getRows` or `patch` operations. If User B
180180

181181
### Scenario: App works in one environment but not another
182182

183-
Your app works correctly in _Test_ but fails in _Production_, for example a gallery loads no items and submission is slow. Even though the app is the same, the data in each environment can differ, this difference can cause the app to behave differently in each environment.
183+
Your app works correctly in _Test_ but fails in _Production_, for example a gallery loads no items and submission is slow. Even though the app is the same, the data in each environment can differ, this difference can cause the app to experience problems in one environment but not the other.
184184

185185
#### Goal
186186

187-
Surface environment-specific metadata and counts, then compare data operations between environments.
187+
Surface environment-specific metadata and counts, then compare the sequence and status codes of data operations between environments. In this example, the app has one screen with a form where a **Product** selected from a gallery can be updated. The update works in **Test** but fails in **Production**.
188188

189189
#### Steps
190190

0 commit comments

Comments
 (0)