Skip to main content

Function GetFileContent()

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

Written by Sergey Shurygin
Updated over 2 years 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?