Skip to main content
Version: Next

Create File From Data Url

Creates a file from data url

Description

Creates a file by providing the name of the file and data url for it

Inputs

  • Control Flow (Control Flow)
  • file name (String): Name of the file to be created
  • data URL (String): The data url of the file

Outputs

  • Control Flow (Control Flow)
  • file (File): The created file that has the name and the data url
  • Error Flow (Error Flow): Is triggered when an error occurred