Question
DIsplay Data in Section From Page Type Data Page
Hello All,
I have a Data Page. I am using Connect Rest as a source. Its a parameterized Data Page.
My Data Page is of Type Page and is not Page List.
When I Test this Data Page individually I am able to see that data is available.
How can I pass parameter to this Data Page through Section or any Text Input Field.
The value entered in the Text Field should be the parameter for the Data Page.
Please can anyone give a suggestion or an approach to do so.
Many Thanks in advance.
Thanks & Regards,
Abhishek
***Edited by Moderator Marissa to update platform capability tags****
Please find the below steps:
1) Create a section in the class of Data Page and include this section(Section2) by using the context on Data Page where you can pass parameters in the main section(Section1).
2) On change of the Text input field in Section1 post value and refresh other section Section2.
3) In the section include use when condition to display when only text input fields have valid values.