Power Pages:-
Microsoft Power Pages is a low-code platform that allows users to create, host, and manage websites for their business. It’s part of Microsoft Power Platform, a collection of tools for building business solutions.
1.create basic form in insert mode
2. create another basic form in edit mode
3. In edit mode go to Basic form metadata and add the sub-grid type
4. Create a list and add the view for main entity
5. Go to options and add the buttons in create and edit
6.Create a web template and place the code
{% block main %}
{% include “entity_list” key:”CarAk” %}
{% endblock %}
7.Create a page template and web pages
- Then save, give table permissions properly.
- Sync and preview the web page we can get the output like this
For any Help or Queries Contact us on info@crmonce.com or +91 9493926112
Click on this Link : How to load the different tabs based on option set value using conditional type multi step form in power pages