knowledgecenter-breadcrum

Knowledge Center

15 Mar, 2022

Add Multiple File control on the basic form of PowerApps Portal

Posted on 15 Mar, 2022 by Admin, Posted in Power Platform PowerApps Portal

Add Multiple File control on the basic form of PowerApps Portal Blogs

Add Multiple File control on the basic form of PowerApps Portal

Introduction: In this blog, we will understand how to add multiple file control on the basic form of PowerApps Portal.

Steps to be followed:

Before adding multiple file control you have to enable file attachment on the basic form.

Refer to this blog to enable file attachment on the basic form: https://vblogs.in/file-attachment-on-basicentity-form-in-powerapps-portal/

  1. Go to PowerApps Portal basic form where you have added file control.

2. Inspect the control.

3. Right click on the element and click on “Edit as HTML”

4. Copy HTML.

After copying the HTML go to the Portal Management App.

  1. Go to the basic form
  2. Open the basic form –> Go to the “Additional settings” tab –> Go to the Custom JavaScript section.

3. Paste the JavaScript code in this section.

 

NOTE:
In the after function paste the HTML which we copied in an earlier step, also update the id of the HTML element.

4. After adding the JavaScript Save the basic form, Navigate to Portal to see the changes.

Testing:
Upload the files in each control and save the record. All the files will be created as notes in dynamics successfully.

Comment

This is a Required Field

Loading

Recent Updates

How to Populate Dynamic Content Using Repeating Controls in a Word Document
Blogs
20 Jul, 2026

How to Populate Dynamic Content Using Repeating Controls in a Word Document

Introduction: Organizations frequently generate documents like invoices, certificates, quotations, transcripts, inspection reports etc. While single-value fields such as Name, Email,…

READ MORE
Blogs
15 Jul, 2026

Recovering a Deleted Option Set(Choice) Value in Dynamics 365 Using Web API

The Problem Recently, we faced an interesting issue while working with the Status Reason (statuscode) field on the Contact table.…

READ MORE
Blogs
25 Jun, 2026

Dynamics CRM Testing Checklist Before Production Deployment

There are certain things in a CRM project that a QA must validate or verify before any solutions gets deploy…

READ MORE