Ultimate Uploadcare
DemoEditorGet Ultimate Uploadcare
  • Welcome
  • Introduction
    • Key Use Cases
    • Key Features
    • Release Notes
  • Getting Started
    • Retrieving Uploadcare Keys
    • Installing the plugin
  • Elements
    • Ultimate Uploadcare - Uploader
      • Settings
        • Upload Options
        • Upload Config
        • Button Styling
      • Exposed States
        • List of File Paths
        • List of UUIDs
        • List of File Names
        • Array of Files
        • Disabled
        • Base64 Array
      • Workflow Actions
        • Reset Uploader
        • Remove File From Uploader
        • Open Uploader
        • Close Uploader
      • Events
    • Ultimate Uploadcare - Cloud Image Editor
      • Settings
      • Exposed States
      • Workflow Actions
      • Events
    • Ultimate Uploadcare - Video Player
      • Settings
    • Backend Workflow Actions
      • Store File
      • Delete File
      • Extract UUID
  • Implementation
    • File Uploads with Ultimate Uploadcare - Uploader
    • Saving Files to Bubble
    • Storing Files in Uploadcare
    • Optimising Images for SEO
    • Image Editing with Ultimate Uploadcare - Cloud Image Editor
Powered by GitBook
On this page
  • Fields
  • File Path
  • Returned Values
  • UUID
  1. Elements
  2. Backend Workflow Actions

Extract UUID

Since every interaction with the Uploadcare API requires the file UUID, I've added this utility action to make it easier to extract the UUID from the file URL.

Fields

File Path

The file path (URL) of the file to extract the UUD from.

Default: null


Returned Values

You can access the extracted UUID in the returned values and reference it in subsequent steps of your workflow.

UUID

The UUID that was extracted from the file path

PreviousDelete FileNextFile Uploads with Ultimate Uploadcare - Uploader

Last updated 5 months ago