Convert a Text field to Proper Case using Power Automate
Convert a Text field to Proper Case using Power Automate One shortcoming to Power Automate is the lack of a “proper case” function for workflow when inserting data via an…
Developing is like telling jokes: if you have to explain it, it's not as good as it could be.
Random tips and techniques worth a mention and documenting. :-)
Convert a Text field to Proper Case using Power Automate One shortcoming to Power Automate is the lack of a “proper case” function for workflow when inserting data via an…
Create blank images in Power Automate There are a number of scenarios where a developer may need to create blank images in Power Automate. A couple which come to mind…
List Rows vs Get Row by Id In the Power Automate Dataverse, developers will become all too familiar with two key actions: List Rows Get Row by Id What I’ve…
Hide Images in Word Documents using Power Automate Ever had a situation where you need to hide image placeholders in a Microsoft Word document using Power Automate? It could be…
Power Automate to copy files between SharePoint Online sites When using SharePoint Online, an issue for which there is no graphical solution in the SharePoint interface, is being able to…
Which is faster? NAC Query a List vs Retrieve an Item Having worked with numerous Nintex Automation Cloud (NAC) workflows over the last few years, I’ve literally seen thousands of…
Nintex Cloud – How to get values from Nintex People Picker Control on Cloud Task Forms When using Nintex Cloud, there is no out of the box method to obtain…
Nintex Cloud – how to show attachments on Cloud Task Forms When using Nintex Workflow Cloud (NWC) or Nintex Automation Cloud (NAC), a common issue that needs to be overcome…
How to Override the Nintex Form Save and Submit Button Behavior Sometimes when submitting a Nintex form for SharePoint OnPrem, you need to override the Nintex Form Save and Submit…
JavaScript-TypeScript for Nintex Forms to Validate File Names This article is going to discuss how to implement JavaScript-TypeScript for Nintex Forms to Validate File Names before they’re uploaded to SharePoint.…