AutoReview - VS Code Extension

The VS code extension allows you to extract key information from any open definition.json flow files.

Open File

The extenion requires a open json file. First export your solution as a zip. Extract the zip file and navigate to the workflows folder.

Open any flow JSON Source File with VS Code. Press ctrl+p to open the command palette.

Commands

Flow Details: Opens up a quick popup message in the bottom right with number of actions, trigger type, and if it is premium

Flow Review: Opens to json file with all of the flow details (schema: Data JSON)

Flow Actions: Json array of all actions within the flow.

Flow Connections: Json array of all connections within the flow.

Flow Diagram: Svg diagram of the flow.

Last updated