Hi there,
I'm new to Power Pages and I'm trying to create a page with two forms that are related.
The first form gets its ID from the previous page by an action. This first form has a column that points to a different table, so I'm creating a new form below to display the information from the related table, but I can't figure out how to make the second form reference my column value, not the ID I'm getting from the previous tab. Any ideas?
For reference, I have the following database setup:
I have a Pages table where some users create a page, but that page needs to be approved by someone. It could be more than one person, so in the Model-Driven app, I created a new table to store the approvals, named, for example, Page_Approval, and I have a column named Page_Approval that points to the table.
So my need is to have a Power Page to display the list of Page_Approval records so my user can just click on the action and be forwarded to the details of the Page_Approval, and below that, they will find a related form with the page information using the lookup column.
I'm not doing it with a lookup form because that page information contains a component that cannot be displayed that way.
Any ideas?