Removing Demo Workflows
Estimated time: 7 minutes
There are a number of workflows that are built into the app that are strictly there for demo purposes. For example, when you click on the "Delete" button in the popup of the agent dashboard you'll be shown the following message:

In order to prevent these messages from appearing, and to get the workflows working correctly, you'll need to make the following changes:
"sign-in" page:
Delete the "DemoSignInButton" in the design tab

Delete Step 1 of the "When Button Sign Up (Sign Up/Log In) is clicked" workflow action
Remove the only when "Current User's email is breezyrealestate@demo.com" condition from step 2, 3 and 4 of the same workflow action

"views-add-listing" reusable element:
Remove the only when "Current User's email is not knightrealestate@demo.com" condition from the second workflow action

Delete the very first workflow action ("Button Create Listing is clicked and Current User's email is knightrealestate@demo.com")

"views-edit-listing" reusable element:
Remove the only when "Current User's email is not knightrealestate@demo.com" condition from the third workflow action

Delete the second workflow action ("Button Save Changes is clicked and Current User's email is knightrealestate@demo.com")

"views-listings" reusable element:
Remove the only when "Current User's email is not knightrealestate@demo.com" condition from the third workflow action

Delete the second workflow action ("Button Delete is clicked and Current User's email is knightrealestate@demo.com")

"views-profile" reusable element:
Remove the only when "Current User's email is not knightrealestate@demo.com" condition from the third workflow action

Delete the second workflow action ("Button Save Changes is clicked and Current User's email is knightrealestate@demo.com")

Last updated