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
feature request - ability to create custom properties in YAML file and import into a canvas app.
my current workflow is to create a custom component and properties in the studio, export the .msapp and unpack it. then i modify the power-fx code in the YAML file, pack it and import to my canvasapp.
this all works well, I've not found any issues with the current tooling. but this is not a long-term solution for my project, which generates code.
the ask: ability to create from source:
custom properties
custom components
where the options from the studio UI may be specified in the YAML. I do not need to create UI controls in the generated code.
longer term, i want to automate the process, with actions pushing the component into my environment.
The text was updated successfully, but these errors were encountered:
feature request - ability to create custom properties in YAML file and import into a canvas app.
my current workflow is to create a custom component and properties in the studio, export the .msapp and unpack it. then i modify the power-fx code in the YAML file, pack it and import to my canvasapp.
this all works well, I've not found any issues with the current tooling. but this is not a long-term solution for my project, which generates code.
the ask: ability to create from source:
where the options from the studio UI may be specified in the YAML. I do not need to create UI controls in the generated code.
longer term, i want to automate the process, with actions pushing the component into my environment.
The text was updated successfully, but these errors were encountered: