Unable to display Data in a section from Database using Data Transform.

Hi there,

I’m using Data Page as a source in Data Tranform, but it’s giving error like “Unable to load Data Page ,required parameter cannot be blank” .Can you please tell me what can be the problem or suggest me another way to display data in section from Database.

Thank you.

@PRATESHH16657964

The Data page which you are using have Name as required parameter, which you can see in the param tab of the data page rule.

call the data page by passing the param : D_CustomerDetails1[Name:Param.Name]

Before calling the data page in the format mentioned above set the Param.name with the required value.