Is there currently a way to view all Page Data properties that have been created for a certain page in UI Builder?
In my case, I have a multi-step form that operates on a single page, leading to a rather large accumulation of Page Data properties. It would be nice if there was a way to review all pageData property instances in a single view, without the need to manually track them in a static document.
@David_Echo - hello, I am a fellow builder like you, not part of the Backendless team.
I trick I use is in my nav bar (on a layout) I would have a “|” divider between my logout and other nav items. I made it such that when I click on this, it’ll always print to console the App Data and Page data.
By putting it on the “layout”, it means all pages using that layout will automatically have this ability.