Hello Experts,
I have created one SharePoint portal where a list is available. Through posting a form with file attachment I need to update the SharePoint list Attachment but failed.
The only problem is as per subject.
Used following components
1- Apply to each: Used json() with passing Attachment from Get Form Response.
2- Get file content (OneDrive Business): File item()?['id']
3- Add attachment: ID = from Create_Item , File Name = item()?['name'] and File Content = Get_file_Content
Unable to understand why it's showing like that, although the file is available within the created SharePoint portal.