@Rosmyt
For querying files from the NetSuite File Cabinet you can try with NetSuite Search Snap and NetSuite Get Snap.
Using the NetSuite Search Snap you can list all the files within a specific folder by providing the internal id of that folder in the upstream Mapper Snap.
![]()
The NetSuite Search Snap will return all the files(including the internal Id’s of that files) within the specified folder.
Then, in order to get the content of each file, you can use the NetSuite Get Snap by providing the returned file internal id’s and “file” for search type in the upstream Mapper Snap.
![]()
This operation will gives you details for each file/document(file name, file type, content etc.)
Hope this helps!
Regards,
Spiro Taleski