Transferring images from NetSuite File Cabinet to FTP - file naming issue
I have a flow set up to transfer images from the NetSuite file cabinet to an FTP server. When the images are transferred the filename is changed to the internal ID of the file because of the filename setting is {{record.file_id}.tiff. I've tried to change it to {record.somethingelse} to change the name of the file but nothing works. I would ultimately need to maintain the same file name as it is in the file cabinet now. Any ideas on how to maintain the same file name when transferring?
-
0
-
0
-
This should be very doable, but it is hard to say where exactly your flow needs to change without being able to see all the different config pages and search definitions. At a very high level, wherever you are getting the file ids from NetSuite, you should also get the file names, and then wherever you have the ids in your flow you should also have the file names, and then you can map to either of these fields via the same mechanisms.
Also, in your example you have '{{record.file_id}' but it should be '{{ 2 curly brackets on each side }}'. Is this typo also in your flow, and maybe this is also an issue to fix?
0 -
Perhaps you have to need of bridge server for transferring image.
0 -
NetSuite does not interact with FTP. you can try to use web server, may be it will work
1
Please sign in to leave a comment.
Comments
5 comments