This action is useful for getting information from URLs that rarely change. The data from the URL is cashed in a file the first time the data is obtained. The next time this action runs, the cached data from the file is returned instead of performing the relatively more extensive URL Get process.

  • Field

    Description
  • Label

    A label to identify the action. This label appears under the Action name inside the Action box. If this field is left blank, the default value is “Untitled.”
  • Description

    A brief explanation of what this action does inside the sequence. This description appears as a tooltip when your cursor hovers over the Action box.
  • Fail Message

    A message that identifies potential issues that could happen with this action. This fail message will appear if the action fails when you try generating the sequence. If this field is left blank, the default error message built into the action appears.
  • URL
    The URL that contains the data you want to retrieve and cache.
  • File
    The name of a file that is used to write the contents of the URL. This file will be used later to avoid the expensive operation of fetching data from the URL.