In DesignKit 2.5 plugin you can import YAML files of a Canvas application. The plugin supports both layouts - Mobile and Tablet.
How to get MSAPP file
Go to your Power Apps environment and click on Import app.
After clicking, the MSAPP file will be exported to your local storage. Only what you need is to import MSAPP file from your local storage to Figma via DesignKit 2.5 plugin.
YAML Import
The first step of how to get MSAPP file is the same as it is described in the previous chapter. The difference is that you need to use Microsoft CLI library in VS Code. It means that you need to have installed Visual Studio Code with Power Platform Tools extension.
If your Canvas application uses Today() function in some label field, the plugin will recognise the function and replace it to real date format in Figma.
Here is example in my YAML file where you can see the TEXT value that contains Today function.
custom_title_7 As label:
Align: =Align.Right
Color: =RGBA(51,51,51,1)
Font: =Font.'Lato Light'
FontWeight: =FontWeight.Bold
Height: =37
Size: =21
Text: =Text(Today(),"dd.mm.yyyy","en")
Width: =185
X: =437
Y: =110
ZIndex: =21
This is the output after importing of a YAML file:
Import from GIT
This functionality is only available in PRO version
Let me show it on example. You have a workspace called "Company123" with "powerapps" workspace. Your files are under "screens" folder. The link will look like this: