Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleRetrieve JSON Response in Firefox

Install the Firebug extension for Firefox. When a flow is started, press F12 to start FireBug. Click Network, XHR. To start clean, press Clear. Press F5 to reload the current page. You will see something similar as below. Look for an entry that does a POST, and has a GUID as name. By clicking on it you get the JSON response.

Image Added

 

Recompose page

This menu will recompose the page. Combined with reload current project this will allow you to quickly test small changes to your model.

...