Skip to main content

How to Copy PRODUCTION APP attributes to STAGING or LOCALHOST apps

  1. On your chrome browser click on the right side of your mouse, on the appeared menu choose Inspect. On the opened window choose console tab.

  2. In console tab type this command:
    JSON.stringify(APP_MODEL.attributes)

  3. Click COPY on the bottom of the returned string.

  4. At staging or localhost create a new app (same app_type from prod).

  5. Repeat step 1 on your staging/localhost app view.

  6. In console tab type the following command:
    APP_MODEL.attributes = JSON.parse(paste-your-copied-string)

  7. Type the command to save changes:
    APP_MODEL.triggerChange()

* Here is a video example:
https://www.loom.com/share/ab6c0004d1af476da72023f895d9a691