Canvas

icon picker
Export to new YAML format

Last edited 31 days ago by MyCondy
info

This functionality is only available in PRO version

more info about PRO version find
Microsoft updated a YAML format in Power Apps which is in preview code. DesignKit is able to export your selected screen in this format via switcher in "Settings" tab.

Screenshot 2024-10-27 at 8.40.55.png
Output:
- ScreenEmail:
Control: Screen
Properties:
Fill: =RGBA(255, 255, 255, 1)
Children:
- screen_title:
Control: Label
Properties:
Text: ="New Email"
Color: =RGBA(35, 35, 35, 1)
Font: ="Inter"
Size: =20
Align: =Align.Center
Height: =65
Width: =960
X: =0
Y: =0
ZIndex: =1
Visible: =true
- to_title:
Control: Label
Properties:
Text: ="To"
Color: =RGBA(35, 35, 35, 1)
Font: ="Inter"
Size: =20
Align: =Align.Left
Height: =45
Width: =90
X: =50
Y: =180
ZIndex: =2
Visible: =true


Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.