user90210
user90210
I'm able to send multiple files to stirling using the code node, but I'm unable to convert the response into a pdf.  
@lawfulsoftware Environment variables: `NODE_FUNCTION_ALLOW_EXTERNAL form-data,axios` Code `{ "meta": { "templateCredsSetupCompleted": true, "instanceId": "b8a6c5f125472722e6d0028d32185678e848973559dc7ce97c463718be4c99c7" }, "nodes": [ { "parameters": { "url": "https://wonderfulengineering.com/wp-content/uploads/2014/10/image-wallpaper-15.jpg", "options": { "response": { "response": { "responseFormat": "file" }...
@lawfulsoftware I found the issue with my code. I just had to add "encoding: 'arraybuffer'" to the headers. Turning that into a base64 and voila... (let me know if you...
Have the same issue, but video will play if I force close the app and then start the video again.