Power DevBox Docs
  • Power DevBox
  • Getting Started
    • Install Chromium Extensions
    • Access Web App
    • Power Platform Connector
    • Visual Studio Code Extension
  • AutoReview
    • AutoReview - Chromium Extension
    • AutoReview - App
    • AutoReview - Power Platform Connector
      • Using Connector
      • Info (v1 & v2)
      • JSON (v1 & v2)
      • File (v2)
      • Diagam (v2)
      • HTTP
      • File (v1)
    • AutoReview - VS Code Extension
    • API
      • V1
        • Information API (v1)
        • Data API (v1)
        • Files API (v1)
      • V2
        • Information API (v2)
        • Data API (v2)
        • Files API (v2)
        • Diagram API (v2)
    • Menu
    • Files
      • Review
      • Report
      • Diagram
      • Exceptions
      • Solution
      • Compare with Previous
      • CSV Files
    • Configs
      • Complexity
        • Complexity Default Values
        • Complexity Template
      • Naming Convention
        • Naming Convention Default Value
        • Naming Template
      • Ratings
        • Ratings Default Value
        • Ratings Template
      • Scoring
        • Scoring Default Values
        • Scoring Template
    • Data JSON
  • V2 / V3.2.0 Update
  • AppReview
    • AppReview - Chromium Extension
      • Known Bugs/Limitations
      • Report Sections
      • App Settings
      • Components
      • Variables
      • Code Block
      • Solution
      • Connections
      • Data Source
      • Diagram
      • Flags
  • Flow Utilizer
    • Flow Utilizer - Start
    • Install
    • Flow Screen
      • Flow Tags
      • Solution Download
    • Solution Screen
    • Charts
    • Account
      • Account Download
  • Dev Tools
    • Power DevBox Chromium Extensions
      • Exception
      • Share
        • Share Demo Videos
      • Shortcut
      • Utility
        • Classic UI Clipboard
        • New UI Clipboard
        • Utility Demo Videos
Powered by GitBook
On this page
  • Table
  • Key
  • Additional Functionality
  1. AutoReview
  2. Files

Compare with Previous

Last updated 10 months ago

Once a flow is selected the Compare with Previous menu option will appear.

Clicking the plus icon will add the flow as the second flow and turn the icon red

Import the next version of the flow, select it, and then press the Compare with Previous option to open the Table version of the file.

Table

The Table will have the following fields:

Field
Description
Example

Type

Type of change, see Key

N

Path

JSON object that has the change

{"name"}

First Flow

Value of the flow selected with the plus icon

["Succeeded"]

Second Flow

Value of the flow selected with the menu option

["Skipped"]

Key

  • N - indicates a newly added property/element

  • D - indicates a property/element was deleted

  • E - indicates a property/element was edited

  • A - indicates a change occurred within an array

If N then First Flow will be blank, if D then Second flow will be blank

Additional Functionality

JSON Schema

Json file representation of the changes.

  • kind - indicates the kind of change; will be one of the following:

    • kN - indicates a newly added property/element

    • kD - indicates a property/element was deleted

    • kE - indicates a property/element was edited

    • kA - indicates a change occurred within an array

  • kpath - the property path (from the left-hand-side root)

    • klhs - the value on the left-hand-side of the comparison (undefined if kind === "N")

    • krhs - the value on the right-hand-side of the comparison (undefined if kind === "D")

  • kindex - when kind === "A", indicates the array index where the change occurred

  • kitem - when kind === "A", contains a nested change record indicating the change that occurred at the array index

Download

Downloads a copy of the solution. When a solution is open it is linked to AutoReview so if saved through the browser all flow information will be lost. Downloading separates the solution and ensures the values are permanent.

Icon

Clicking the icon jumps back to the top of the page.


Next Steps - CSV Files

CSV Files