Hello,
Requesting support on building an application using PowerApps for the following sample requirement.
Build a ‘Project Allocation app’ using which users should be able to select and assign multiple employees to a project and add allocation to them in one shot.
Allocation table structure is shown below- Employee ID and Project ID act as composite key for this table which are primary key in Emp and Project tables respectively.
I have built an application using Radio control, gallery and Edit Forms which facilitate adding one employee at a time. (as shown below). Employee Names in Radio button are populated from Employee table, Project Names for Gallery are populated by Project table. The Edit Form loads the data to Allocation table.
But the requirement is to on-board multiple employees at a stretch.
Request any ideas/suggestions on building this requirement please.