I am trying to use the Attachment function so users can send an attachement with an email. But I am getting errors in my formula. Any ideas? I did some more hovering over the formula and it gave me some more errors to look at. Thank you!!
“Missing column. Your formula is missing a column ‘Attachemnts.ContentBytes’ with a type of ‘Blob’”
“The function ‘AddColumns’ has some invalid arguments”
Solved! Go to Solution.
Thanks @WarrenBelz , this was the ticket for me:
{
Attachments:
AddColumns(
RenameColumns(
AttachmentBox.Attachments,
"Value",
"ContentBytes"
),
"@odata.type",
""
)
}
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Power Platform release plan for the 2022 release wave 2 describes all new features releasing from October 2022 through March 2023.
User | Count |
---|---|
206 | |
97 | |
60 | |
51 | |
45 |
User | Count |
---|---|
258 | |
158 | |
85 | |
79 | |
58 |