
Announcements
I am using the Attachments control in Power Apps to upload files, and I need to patch these files into a Dataverse table. However, I noticed an issue with how the .Attachments output is structured and mapped:
The Attachments control outputs a table with two columns:
InvitationCard.jpg).By default, both the DisplayName and Value columns are mapped to the file name. For example:
InvitationCard.jpgInvitationCard.jpg (instead of the actual content or URL).I need to update the Value column to map the actual file content (e.g., binary data or file reference) so that it can be saved correctly in a Dataverse file field.
Question: How can I correctly map the Value column of the Attachments control to the actual file content or binary data instead of the file name?
The error or limitation prevents me from properly uploading files to Dataverse because the Value column does not contain the expected data.
From youtube video, I saw the other youtuber have the option to do mapping in advance property tab. Attached two images for your reference.
I understand that turning off the Power Fx formula bar will make the mapping option visible but there is no Power Fx formula bar in my power apps setting.
Your input will be greatly appreciated!