Share via

Dynamic MS List Form Content

Marcus 0 Reputation points
2026-05-22T14:14:05.32+00:00

Hi,

I'm looking to create a MS List Form to capture a inspections and I'm looking for some initial guidnace please. It may not even be possible...

Each inspection will assess mulitple peices of equipment for a given "group", but I only need to capture the details of the faulty items. I have the tables:

  • Assessment list - a row per assessment
  • Equipment list - list of the equipment, linked to the Group list
  • Group list - list of groups that the equipment belongs to

I would like the form to:

  • When a group is selected on the form, I would like all the items of equipment for that group to be shown (just a textual list will be fine)
  • The ability to select an item of equipment and capture the fault (a status and notes)

I only have a basic knowledge of Lists and Automate. My approach is clunky, but I cannot see any other way to accomplish this. My intial thoughts are:

  • Create an automate flow, to update a column in the group list (say "current equipment list"), and create textual list of all the equipment in that group, any time the Equipment list changes.
    • Problem, even if I have a textual list of the equipment per group, how can I get this into the form, when a group is selected?
  • Assessment list have a number of "fault" columns. Fault-1-equipment, Fault-1-status, Fault-1-notes, Fault-2-equipment, Fault-2-status, Fault-2-notes for, say 5 slots.
    • Once the item is created, a automate flow can be used to convert a single Assessment, into mulitple rows of an AssessmentFaults list (date, equipment item, fault status, notes)

Note: I don't have access to Power Apps

I'd be greatful for any help to point me in the right direction.

Thankyou,
[Moderator note: personal info removed]

Microsoft 365 and Office | SharePoint | Development
0 comments No comments

1 answer

Sort by: Most helpful
  1. Gabriel-N 17,785 Reputation points Microsoft External Staff Moderator
    2026-05-22T15:10:23.03+00:00

    Please note that Q&A forum is a public platform, and moderators will modify the question to hide personal information in the description. Kindly ensure that you hide any personal or organizational information the next time you post an error or other details to protect personal data.

    Hello @Marcus

    What you’re trying to achieve makes sense, but unfortunately Microsoft Lists forms have some limitations here. Out of the box, forms cannot dynamically display or load related items (for example, showing all equipment based on the selected group). They also don’t support cascading or filtering data from another list in real time.

    Your idea of using Power Automate to build a text list is creative, but the form itself won’t refresh dynamically when a user changes the group, so it won’t behave as expected.

    Without Power Apps, the more practical approach would be:

    • Use lookup columns (Group and Equipment), and let users manually select only the faulty equipment
    • Store faults in a separate list instead of multiple “Fault1/Fault2” columns, which will be more scalable and easier to manage

    If dynamic behavior (showing equipment automatically per group) is a strict requirement, then Power Apps would be needed to achieve that experience.

    Also, please note that this forum is not specifically focused on Power Automate. If you’d like more in-depth guidance for this scenario, I would recommend posting your question in the official Microsoft Power Platform Community, where subject matter experts and product specialists may be able to assist further.

    Additionally, if you are a Power Platform admin, you might consider creating a support ticket through the Power Platform admin center so that Microsoft support can provide more targeted assistance for your case.

    Hope this helps point you in the right direction.


    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.