Posts

Showing posts from April, 2025

Upload Files from Power Apps and Send To Power Automate

Image
Hi, in this blog I will show you how you can upload files in your Power Apps and send it to your Power Automate flow.  The only issue we all face is finding the "Attachments" control under Insert. It is not given but there is turnaround for this. In your Power Apps, insert "Edit Form" and connect it to Sharepoint Source. We won't get the attachment control if you try to connect using Dataverse table. If you like to know, how to create a list on Sharepoint, checkout:  Create a List in SharePoint After you have inserted 'Edit Form' control on your screen, select "SharePoint" under Data Source. Next, link it with your account.  If you don't see the "Attachments" components in the "Edit Form", come to the 'Properties', click on Fields. Under "Choose a field", check "Attachments". Now from the tree view of the screen, copy code of the "Attach a file" control and paste it. If you don't...

Create a List in SharePoint

  Hi, in this blog I am going to show you how to create a list in SharePoint. Steps: 1. Head to the SharePoint site. 2. Click New -> List -> Create from blank - List -> "Enter name of your list" 3. In your newly created List, click "Add column" -> Show and Hide Columns -> Check Attachments -> Apply.