#๐—ฃ๐—ผ๐˜„๐—ฒ๐—ฟ๐—ฃ๐—น๐—ฎ๐˜๐—ณ๐—ผ๐—ฟ๐—บ๐—ง๐—ถ๐—ฝ ๐Ÿญ๐Ÿฎ๐Ÿฐ โ€“ '๐—ฅ๐—ฒ๐—ฐ๐—ผ๐—ด๐—ป๐—ถ๐˜‡๐—ฒ ๐—ฃ๐—น๐—ฎ๐—ถ๐—ป ๐—ง๐—ฒ๐˜…๐˜ ๐—™๐—ถ๐—น๐—ฒ ๐—™๐—ผ๐—ฟ๐—บ๐—ฎ๐˜๐˜€'

preview_player
ะŸะพะบะฐะทะฐั‚ัŒ ะพะฟะธัะฐะฝะธะต
๐Ÿ’ก ๐‚๐ก๐š๐ฅ๐ฅ๐ž๐ง๐ ๐ž
Using the "Get File Content" action in Power Automate often results in file contents being displayed as Base64, complicating further processing. However, some file formats display content directly as plain text, making things much simpler!

โœ… ๐’๐จ๐ฅ๐ฎ๐ญ๐ข๐จ๐ง
Certain file formats like JSON, HTML, CSV, TXT, XML, Markdown (.md), YAML (.yaml, .yml), CSS, JavaScript (.js), and Log files (.log) are output as plain text. This allows you to process these files directly without the hassle of Base64 decoding. *From my experience, CSV files work well on OneDrive for Business using "Get File Content".*

๐ŸŽ‰ ๐‘๐ž๐ฌ๐ฎ๐ฅ๐ญ
Using plain text formats saves time and reduces complexity in your automation processes. You can work directly with the contents, making your flow more efficient and straightforward.

#PowerPlatform #PowerAutomate #PlainText #FileFormats #FlowOptimization #AutomationTips