Hello,
I am trying to automate my Power Pages site. I have entities in Dataverse for Catalog, Outline and Enrollment.
Catalog = Main Record
Outline = The Catalogs Pages, and form data.
Enrollment = When we have a course enrollment, it is a Related record to the Catalog. The Outline entity is used to create what the user enrolls in...what pages they will see, forms...etc
Requirement: I need CRM Admins to be able to add Catalog records within Dynamics CRM. I need a Power Automate flow to create a template Outline record from the Catalog record. It needs to create Page(s) depending on the Catalog record. What this does is it allows a catalog to be created without development on the page itself....and the Admins can do it.
The process I am trying to have is:
- User adds a New Catalog record within Dynamics CRM.
- ON ADDED, a flow will run to create:
- Create an Outline record for the catalog
- Add multiple Web Pages
- Add multiple Web Files for each page
- Update the Outline record with the Page and File links.
The main issue I am having is the flow will not find the Website. I have the website GUID hard coded in the Power Automate flow, but it still errors.