Set page context for an embedded section to a single page

Hello,

I create a property, said “Page1” of type single page (associated to a data class) and then use it as page context of an embedded section, as below, I use “Use clipboard page” option in first dropdown list.

Then, after run, the embedded section is invisible. If the 1st dropdown changed to “Use current page context”, it’s visible, so it should be caused by the page context setting “Use clipboard page”.

May i know the correct wdeay to use a singe page property as page context of an embedded section?

Hello @MaxonL16591286

Initiate the Page before coming to this screen.

In Pre Data transform

.Page1.pyLabel =“Test”

You are getting blank screen as the page is not yet initiated on the clipboard.If you do this it will work

@HarikaU9 thanks.

Also I moved the embedded section from case type class to the data class which is associated to the single page, it works now, thanks.

@MaxonL16591286

Yes We have to change to embed section to the data class of that particular page while using clipboard page.