Skip to main content
Question

FME Flow Workspace App customize file location

  • November 17, 2025
  • 1 reply
  • 19 views

miguelm
Participant
Forum|alt.badge.img+2

Hello.  We have several Flow Workspace Apps that use a customized browser icon and heading logo image.  I was wondering if those files can be retrieve from Flow or can be found in a folder path on the machine where Flow is installed, since we have misplaced those image files.  Any help would be appreciated.  Thanks.

1 reply

dylan.at.safe
Safer
Forum|alt.badge.img+8

Hi ​@miguelm

Workspace Apps store custom images in the FME Flow database as binary data in the fme_apps_styling table. You can export those binaries and convert them back to image files to recover the assets.

Alternatively, use your browser’s developer tools to download the image directly from the page. Use the inspect tool and click on the image to find its HTML element. Then, click the src link to download the file, and append .png to the filename to open it as a PNG.