Actions: Blobs

clear temporary blobs

Clears the temporary blobs for this project.

create blob

Creates a blob containing the data in the specified file. You can specify a filepath using a variable, or allow selection of file by the user.

Argument Description
BlobID Where the resulting blobID should be be placed.
DataFilePath The filepath to where the data for the blob can be found. THe path can be in a variable or can be selected by the user.
Target The place to create the blob (local or cloud).

delete blob

Deletes a blob from your app’s blob table. This can not be undone.

Argument Description
Output Where should the result of the delete function be placed
BlobID The ID of the blob to be deleted.
Target The place to delete the blob (local or cloud).

read blob

Returns the URL where the specified data blob is accessible.

Argument Description
BlobID Where the data for the blob can be found
Target The place to access the blob (local or cloud).
OutputFormat Specify whether the blob’s URL or DATA is returned.
Output Where the resulting blobID should be be placed.

update blob

The update blob action will replace an existing blob with an updated version.

Argument Description
DataFilePath Where the new data for the blob can be found.
BlobID The ID of the blob to be updated.
Target The place to access the records (local or cloud).
Output The to place the result of the update.

This chapter was last updated on Mon 22 Apr 2024 17:03:19 BST