Question
5
Replies
2365
Views
Accenture
Posted: June 20, 2017
Last activity: June 21, 2017
Closed
Page reference
I have a single page property and page definition as data class and data page as single page now I can use it to display the values in the single page in the UI. It's doesn't show the reference properties of that single page. Thanks in advance.
***Moderator Edit: Vidyaranjan | Updated Categories***
Hi Suresh,
If I understood it correctly, it's not showing because during run time page is not getting initialised in the memory. I would suggest you to set a property value as
Prop xx = ""
in a Pre-Data transform before calling your particular flow action. This will set the page during runtime and you will be able to see the fields on screen.