Skip to content

Commit 6ad84ef

Browse files
committed
wording update
1 parent e279335 commit 6ad84ef

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,13 +209,13 @@ Surface environment-specific metadata and counts, then compare the sequence and
209209
210210
In the event list:
211211
212-
- Compare `getRows` for **Products** across environments. Does one return zero results or error codes (404 if the table is missing, 403 if access is denied, 429 if throttled)?
212+
- Compare `getRows` for **Products** across environments. Does one return zero results or error codes (`404` if the table is missing, `403` if access is denied, `429` if throttled)?
213213
- Look for repeated `getRows` calls that might indicate a non-delegable formula.
214-
- Compare the Trace values—do products have different values for `relatedOrders` or `hasDiscount`?
214+
- Compare the Trace values. Do products have different values for `relatedOrders` or `hasDiscount`?
215215
216216
If you find a difference, add more Trace calls where the variable is created to see how it's populated.
217217
218-
If you see network errors (4xx responses), check whether tables, flows, and connectors are set up correctly in both environments.
218+
If you see network errors (`4xx` responses), check whether tables, flows, and connectors are set up correctly in both environments.
219219
220220
## Related content
221221

0 commit comments

Comments
 (0)