Hi team,
I am using Automate to push the file to sharepoint from Power app. I am getting error in save button after attaching the file.
Above is the automate , we are using.
AttachemntFunctionality.Run({
contentBytes: First(Attachements.Attachments).Value,
name: First(Attachements.Attachments).Name
}
);
Getting error Invalid argument type, expecting a text value instead for the Save button with the above formula.