For those who created Flows with Boolean values not wanting ugly True or False as the end result, there is an easy way to convert those to Yes or No. All you have to do is to add an IF function in the following format. When used with Variables, you can select Type as Boolean and then use ... » Learn More about Convert Boolean values True or False to string values Yes or No in Microsoft Flow
sharepoint
Workflow loop through SharePoint list
SharePoint 2013 Designer workflows now has two new interesting options: the ability to call HTTP web services and the option to loop over some code a number of times. This, together with the new REST API, which supports querying lists and returning data in JSON, allows iterating through list items ... » Learn More about Workflow loop through SharePoint list
How to create Charts in Sharepoint
WebPart charts have been, for some reason, removed from SharePoint 2013 (including online) onwards. Probably because Microsoft thought that having Excel Web Parts Charts is a better idea. It may well be, but Excel Web Part Charts can't use Sharepoint lists directly. Fortunately, there is a number of ... » Learn More about How to create Charts in Sharepoint