Power Automate: string function
Converts booleans, integers, floats, and arrays to text. Arrays become JSON; null becomes empty.
Welcome to my Microsoft hub, the starting point for everything I write about the Microsoft ecosystem. Here you'll find tutorials, references, and practical tips across the Microsoft 365 and Power Platform family, grouped into focused areas so you can jump straight to what you need. If you build automations, start with Power Platform, where I cover Power Automate, Power Apps, and Power BI. For everyday productivity, browse Excel for formulas and data tricks, Microsoft Teams for collaboration, and Microsoft Planner and Microsoft To Do for keeping tasks organized. Working with data and files? OneDrive, Microsoft Lists, and Microsoft Forms each have their own space with hands-on guides. Developers and admins can dig into Microsoft Graph and PowerShell for scripting across SharePoint, Azure, and Microsoft 365. I also cover Microsoft 365 Copilot, Microsoft Outlook, OneNote, and Shifts, showing how these products fit together in real workflows.
Converts booleans, integers, floats, and arrays to text. Arrays become JSON; null becomes empty.
Compares two values. Case-sensitive for strings, cross-type for ints and booleans.
Returns true when a date-time falls on today.
Checks if a string ends with specific text. Case-insensitive, space-sensitive, strings only.
Converts a value to an integer by rounding down.
Returns true when the first value is greater than the second.
Converts a date to 100-nanosecond intervals since year 0001.
Generates a GUID, or converts a string into a GUID.
Fires when a SharePoint file is created. Returns metadata only, not content.
Returns true when the first value is less than or equal to the second.
Adds or subtracts time units from a date: minutes, hours, days, months, quarters, or years.