Hi @RameshMukka,
Could you please share the complete flow configure with me?
If you want to use the Appen to array, you should append all the attachment value to the array variable which we initialized before. Fill the fields as follows:
- Name – attachments
- Value – {
“Name”: “Use Dynamic content – Display Name”
“ContentBytes”: “Add Expression – body(‘GetContent’).$content”
}
The ContentBytes parameter holds the actual attachment.
In a word, if you use the append to array, you should format your attachments as an array using the attachment display name and content, which could be captured using the Get file content. Then you could get the file name with extension for Name parameter and file content for ContentBytes.