stefanstranger / logicappdocs

Generate technical Markdown documentation for your Azure Logic App and Power Automate Flows
MIT License
55 stars 4 forks source link

Flow Name as file name can break because of unallowed chars used in file system #19

Closed acieslik closed 1 year ago

acieslik commented 1 year ago

In the New-PowerAutomateDoc.ps1 file are three spots where you need to remove illegal characters from the flow name before saving to file system.

I will provide a pull request with a fix shortly.

stefanstranger commented 1 year ago

Hi @acieslik,

Thanks added this fix also to my development branch. Will publish a new main branch today with most of the fixes.