What to do when you screw up?
It happens to all of us. We all screw up. When we were kids, it happened all the time. It’s part of the learning process …
The post What to do when you screw up? appeared first on Manuel T. Gomes.
Published on:
Learn moreRelated posts
Excel: Countif Function
Counts the cells in a range that meet one condition. Text matching ignores case.
New Power Automate now requires connection references
Convert a solution flow from a direct connection to a connection reference and unlock the new designer.
How to convert an HTML table into a JSON in Power Automate?
How to convert an HTML table to JSON in Power Automate? Here’s a template with detailed notes so that you know what’s happening step-by-step.
Power Automate: Get HTML tag value
How to get an HTML tag value in Power Automate. Here’s a template that you can import and use. If you’re curious, I’ll also explain how it wor...
Power Automate: parseDateTime function
Converts a date string into an ISO 8601 timestamp using a locale and optional format. Locale comes second.
How to insert multiple values into a SharePoint Lookup field?
Writes multiple values into a SharePoint lookup column by mapping each tag to its list item ID.
The site is 7 years today
Seven years of the site. The newsletter is live, new reference areas launched, and old articles updated.
Power Automate: empty function
Returns true when a string, array, or object has no value. Numbers and booleans throw an error.
Power Automate: SharePoint - List folder Action
Returns the files and subfolders inside a folder. Goes one level deep and needs the folder ID, not its path.
Power Automate: triggerBody function
Returns the trigger's body as JSON. Use ?['key'] to reach a single value.