Skip to main content
All CollectionsAutomationFunctions
Function GetFileContent()
Function GetFileContent()

Returns the binary content of a file stored in a Files record

Sergey Shurygin avatar
Written by Sergey Shurygin
Updated over 10 months ago

GetFileContent(fileId) returns the binary content of the file identified by the fileId.

Use this function to upload a file to your data source. See Files in Mapsly for more details.

Input

fileId: ID of a file stored in a Files field of a Mapsly system object like Route activity or Check In, or a Files field of a Form action.

Output

A binary content of the requested file.

See also:

Did this answer your question?