I want to get files and values in one request.
I can get all the value in API, but files can not.
I use PostMan to call API.
This is my process.
I use XML Splitter to split “request/files/file”
and use Plugin “load External File” to load “C:\ProgramData\Objectif Lune\PlanetPress Workflow 8\PlanetPress Watch\nodeJS\api\42d39f47-5181-4483-8998-a9d87d4f86c1\file1.txt”
but it can’t work that
10:55:12.945 [0009] W3830: The specified file : C:\ProgramData\Objectif Lune\PlanetPress Workflow 8\PlanetPress Watch\nodeJS\api\42d39f47-5181-4483-8998-a9d87d4f86c1\file1.txt
I know the NodeJS Server Input have “Loop through each attachment as a data file”.But I use it, it can’t read all the value in API.
How can I get files and value in one request?