Category
- Working with Workflows
Using the Get File Details block
The Get File Details block is used to get the details of a specific file in a livespace.
- Enter a suitable name to the function block in the field Label.
- Add a description to the function block, if any.
- Select the livespace from the dropdown list from which a file has been uploaded.
- Select the Collection from the dropdown list that has the file.
- Choose the required file from the dropdown list or enter file id in the field File.
Note: You can retrieve the following details from the Get File Details block.
- {getfile.FileFullPath} : Gives the full path link of the file
- {getfile.MimeType} : Gives the file format (for example, image/jpeg)
- {getfile.OwnerEmail} : Gives the email id of the person who uploads the file
- {getfile.OwnerName} : Gives the username of the person who uploads the file
- {getfile.Id} : Gives the file id
- {getfile.User} : Gives the user id of the person who uploads the file
- {getfile.FileSize} : Gives the size of the uploaded file in bytes
- {getfile.CreatedAt} : Gives the date and time of file upload
- {getfile.FilePath} : Gives the file path
- {getfile.createdTimestamp} : Gives the timestamp of the uploaded file