Power Apps Billing Queue MVP

Job ID: 40411266

Budget: ₹1,500 – ₹12,500 INR

I am kicking off the web version of my billing request system and need the very first increment completed. Per the BRD, the opening milestone is simply a queue screen fed by an in-app table rather than a full database.

Inside Power Apps, use ClearCollect in the App’s OnStart to build a collection with four columns—ID, Name (requestor), Amount, and Status—and pre-load it with a few sample rows so I can exercise the UI later. Nothing has to render on screen yet; this task is strictly about laying the data foundation for a future request-submission flow.

Key points you should know while structuring the app:
• Platform: Web experience only.
• Core purpose: the system will eventually let users submit billing requests, but right now we’re staging the data.
• Requests must be editable by the user, though only within a defined time window—please keep that in mind when naming fields or planning future logic.

Deliverable for this milestone
• A Power Apps file (or exported solution) where OnStart creates the described collection, fully tested to ensure the data initializes each time the app opens.

Once this is in place I’ll move on to the gallery and editing rules, so keep your code tidy and well commented to make future iterations smooth.