web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Pages / How to View Multi Step...
Power Pages
Suggested Answer

How to View Multi Step forms

(0) ShareShare
ReportReport
Posted on by 6
Hello, 
I have created a multi-step form in Power Pages. It includes conditions for next steps to be visible.
My form is working properly.  Reference used - Tutorial: Add a multistep form to your page | Microsoft Learn
 
Now, I wanted to create a list and view the filled form, I am able to create list but how to create a view form for muti step form such that it only shows the detail of filled data and not the form where the data is not filled. Just like it appears during edit multi step form
Is it even possible? Can anyone suggest some ideas?
Categories:
I have the same question (0)
  • Suggested answer
    Fubar Profile Picture
    8,354 Super User 2025 Season 2 on at
    It kind of depends, some options
    • Create another Multi Step Form and steps and set the steps to be readonly.  You used to be able to copy them using a Tool in XrmToolBox but not sure if this is still available and working for the Enahanced model
    • if all the same Table, and not a lot of complex logic then add multiple basic forms (make the basic forms readonly) to a web page and use Liquid to not load certain forms 
    • Create a Web Page and just use Liquid (direct entity access or fetchxml) and basically create your own HTML page with data from the entity or fetchxml.
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
  • Suggested answer
    GWham Profile Picture
    58 Moderator on at
    You could copy the form and make it 'read only', however if you amend the form e.g. add metadata to change labels etc then you duplicate the work load and they can quite quickly become out of sync.
     
    I'd probably suggest creating a new web template and using fetchxml to query the tables to retrieve the data you need and present them on the screen.
    {% fetchxml yourdata %}
      // put fetch here
    {% endfetchxml %}
    
    {% if yourdata.results.entities.size > 0 %}
      {% for result in yourdata.results.entities %}
        {{ result.yourfieldnamesfeomfetchxml }}
        {{ result.yourfieldnamesfeomfetchxml }}
      {% endfor %} 
    {% endif %}
     
  • Suggested answer
    SaiRT14 Profile Picture
    1,990 Super User 2025 Season 2 on at
    • Use Conditional Visibility in Views: Customize the list view by setting conditional visibility for each field or section based on whether the data is present. This can be achieved by setting the conditions directly in the list view settings or using JavaScript for more complex logic.

    • Create a Custom Display Form: Instead of using the standard list view, create a custom display form where you dynamically render only the sections that contain data. This can be done using Liquid templates or custom JavaScript, which checks if a field has data before displaying it.

    • Filter Empty Fields: Configure the view to filter out fields that are empty. In Dynamics 365, you can use fetch XML to create a view that only displays non-empty fields or create a custom view in Power Pages that omits these fields.

    • Use JavaScript for Dynamic Display: Add JavaScript to your Power Pages to check each field's value when the form is loaded and hide any fields or sections that are empty. This approach allows for real-time control over what is displayed.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Pages

#1
Fubar Profile Picture

Fubar 78 Super User 2025 Season 2

#2
Jerry-IN Profile Picture

Jerry-IN 75

#3
sannavajjala87 Profile Picture

sannavajjala87 31

Last 30 days Overall leaderboard