You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When choosing the Documentation Option > Canvas App : Document Changed Properties or All Properties > Changes only
It would be nice to have an option to export only non-numerical properties.
As a developer, what matters to me is the code within the App, not UI settings. For example, in this properties of a form card
BorderStyle BorderStyle.Solid
DisplayMode Parent.DisplayMode
Height 60
Visible Self.DataField in LookUp(Event_Type, ID = DataCardValue16.Selected.Id, 'PowerApps Formulaires_TI')
Width Parent.Width
X 1
Y 19
ZIndex 1
What matters here for dev and debug purposes arent X/Y but the code I wrote and changed, like Visible and DisplayMode.
Other way it could be implemented, is to select which properties we want to export. I am always personaly interested by Visible, OnSelect,OnChange, OnSuccess and OnFailure, Items, Default, DefaultSelectedItem, Text and such.
The text was updated successfully, but these errors were encountered:
I think only documenting non-numerical properties is something that can be done relatively easily. Will try to add this sometime this month
Selecting which properties to document would be a more difficult change. I'll likely not try to implement this as there are too many other things with a higher priority in the backlog
When choosing the Documentation Option > Canvas App : Document Changed Properties or All Properties > Changes only
It would be nice to have an option to export only non-numerical properties.
As a developer, what matters to me is the code within the App, not UI settings. For example, in this properties of a form card
BorderStyle BorderStyle.Solid
DisplayMode Parent.DisplayMode
Height 60
Visible Self.DataField in LookUp(Event_Type, ID = DataCardValue16.Selected.Id, 'PowerApps Formulaires_TI')
Width Parent.Width
X 1
Y 19
ZIndex 1
What matters here for dev and debug purposes arent X/Y but the code I wrote and changed, like Visible and DisplayMode.
Other way it could be implemented, is to select which properties we want to export. I am always personaly interested by Visible, OnSelect,OnChange, OnSuccess and OnFailure, Items, Default, DefaultSelectedItem, Text and such.
The text was updated successfully, but these errors were encountered: