Use a backend browse field

Follow these steps to create a typical workflow with backend browse field.

  1. Create a workflow in AutoCapture and add a route component that supports backend browsing.
  2. Create a form.
  3. Add a Backend Browse type field to the form.
  4. Give it a name, for example "Select a folder".
    This will be the RRT you need to use later.
  5. Configure the field by selecting the backend to browse.
  6. Configure the route component and provide the necessary information, like authentication data.
  7. Drag the RRT representing the folder selection of the user in the folder path or any other appropriate field.
    In this example it is the "Select a folder" RRT of AutoCapture.

The user sees a Select a folder field in AutoCapture, and use it to browse the backend and select a folder to store the document. When the document is submitted, the "Select a folder" RRT of AutoCapture holds the folder selection of the user and the route component can utilize it.