Hi, this si my first post so i say hello to everyone.
I'm trying to upload a file using HTTP action.
the spcification are:
2 parameters:
id = Item unique id (i.e. 7813)
images = array of objects with 2 nodes: "name" = name of the file and "content" = base64 file content
I'm trying the following flow:

I receive the following error:
Http request failed: the content was not a valid JSON. Error while parsing JSON: 'Unexpected character encountered while parsing value: <. Path '', line 0, position 0.'
Where is the error?
Thank you very much for your help.
Regards
Andrea