Compare with Previous
Last updated
Last updated
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.
The Table will have the following fields:
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"]
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
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
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.
Clicking the icon jumps back to the top of the page.
Next Steps - CSV Files