Import YAML file(s) 🆓
Written By mycondy
Last updated 6 months ago
Power Apps for Figma plugin can import particular YAML file located in your local storage.

You can import one or multiple YAML files. The plugin also recognise dependent value from another control, like in this YAML example:

But that’s not all! The plugin is more sophisticated. If your value includes “Color" or “App.Theme.Colors”, the plugin will replace it by real colour value.

How to get YAML file from Power Apps?
Go to Power Apps builder, open your Canvas application, and click on “Download a copy.“

MSAPP file will be downloaded to your local storage. Then install a visual studio code to your laptop. Official link to download. After installation, open the VS code, and install Power Platform Tools plugin. Official link is here.
Then in a terminal go to your folder with downloaded MSAPP file and put this command:
pac canvas unpack --msapp <file_name>.msapp --sources <target_path>/<folder_name>Finally, you will get unzipped MSAPP file with source YAML files.
