Restoring Trash

Restoring Trash

Occasionally, we get requests from users who accidentally delete items from their accounts, and we’re then struggling to recover their deleted work.

To address this, we’ve created the “Trash” feature to contain these deleted items. 

Items that can be restored range from deleted screensdata sources, uploaded documents, submitted form entriestasks, and task templates, including any dispatched recurring task instances that are not yet in progress.

Items are stored in the Trash for 30 days, after which they are permanently deleted. Trash items can also be permanently erased from the Trash menu before the 30 days elapse.


Trash

Your account’s Trash can be found by navigating to Organization & Users > Trash.

On the Trash page, a list of previously trashed items will display. This list can be filtered by date, type, users, groups, and keywords.

The TRASH button when deleting items can be found in the following places:

  • The setting pages of Screens 
  • The setting pages of Data Sources
  • The settings page of any Tasks and Task Templates
  • The details page of Recurring Tasks
  • The details page of any Docs uploaded to Files & Docs
  • The popup that appears when clicking the MANAGE DATA button on the Table View page under Data Entries.
  • The popup that appears when clicking on the Folder Settings icon next to a Folder

It’s important to be diligent with your file naming as the restored file will have the same name as it had previously. This could potentially cause confusion with any replacements you may have created in the interim with the same name.


Restoring Items

To restore an item from Trash, hover over it and click its restore option as shown in the screenshot below.

  • Restoring a Form will also restore any linked data sources and full version history, and the form will be re-associated with the folder it was deleted from.
  • Deleting a folder, any content (i.e., screens, data sources, files) associated with the folder will not be deleted and will remain under all category.
  • Restoring a folder, any previously associated content will be re-associated.

Alternatively, you can restore multiple items by selecting/ticking them and then clicking the Manage button top-right of the page.


Restoring Cloned Data Sources

If you’ve had a data source import mishap, a cloned copy of the overwritten data source created when importing can be used to correct any mistakes.

What you’ll need to do to restore your data:

  • Restore the cloned data source copy and export (.xlsx).
  • Import the export (.xlsx) back into the original data source linked to your screens.
  • Delete cloned data source.

Website as a Service – Custom Side Menu

If your website is white-labeled and the side menu has been customized, the Trash menu option won’t display by default.

This is to prevent any undesirable changes to your custom menu.

Simply insert the following into your Custom Side Menu to make this feature visible on your website.

 {
"Icon": "fa-trash",
"Title": "Trash",
"Link": "/Trash"
}

Example

Did this article help you?

    • Related Articles

    • Exporting Form Data Manually

      While you can automate data delivery via Form Connectors, you can also manually export records directly from the platform. There are two ways to do this, depending on your needs: Single Entry Export (for detailed, templated PDFs/Docs) and Bulk Export ...
    • Editing Files & Docs

      Premium Feature This feature requires a Premium user license to access. Editing an existing file or document is done on a Doc’s Edit Doc page. To access the Edit Doc page of a Doc, navigate to Data Hub > Files & Docs and click on the title of the ...
    • Viewing Form Entries in a Table

      The Data area contains all data collected from app users filling out Form entries in the field. From this page you can export the data to CSV format for use in spreadsheet programs like Microsoft Excel, export Form entries to PDF and print entries ...
    • Editing Settings and Rows

      To add rows to a Data Source, you can either upload a CSV-formatted spreadsheet or a standard Excel spreadsheet or else manually add items using the Add Row link. NOTE that for data to be entered into the data source, it is highly recommended to ...
    • Adding Data Sources

      Data Sources let you create and maintain data sets for use on Screens, saving you time by centralizing your data sets in one place. Add a Data Source When logged into the web portal: Navigate the left-side menu to Data Hub > Data Sources. Once on the ...