"ReactNativeBlobUtilTmp" files instead of jpeg images when Exporting to Downloads

Does anyone know why I could be getting a ReactNativeBlobUtilTmp file whenever I’m trying to download an image from my firebase storage within the iOS Preview app. When I download the file, it seems to have all the correct meta data including file size however it’s just not an image file. I have my logic nodes setup below.

Managed to solve this by setting the Name field in the download text to have a static text field with “.jpeg” file extension at the end. Now the Download & Export to downloads work exactly as intended. Thought I’d leave this update here incase anyone else encounters this problem.