Posts

Showing posts from June, 2019
Issue: Content Editor Web Part is missing from SharePoint Online Solution: Run some PowerShell to get it back! 1.  Download and install the SharePoint Online Management Shell from this Microsoft page: https://www.microsoft.com/en-us/download/details.aspx?id=35588 2.  From your Start screen, type "sharepont" and then click SharePoint Online Management Shell 3.  In the SharePoint Online Management Shell, run the following five commands.  Leave the quotes, but replace all the text between and including the < and > characters with details relevant to your SharePoint site: $adminUPN="<the full email address of your SharePoint administrator account, for example: *** Email address is removed for privacy ***>" $orgName="<name of your Office 365 organization, for example: mycompany>" $userCredential = Get-Credential -UserName $adminUPN -Message "Type the password." Connect-SPOService -Url https://$orgName-admin.sharepoin
Image
Found this tidbit in the Google trashcan (aka cache) and it saved me, so I thought I'd resurrect it a bit here: Credit goes to : Andy Gett Originally posted at: http://blog.bullseyeconsulting.com/archive/2018/07/30/sharepoint-designer-2013-workflow-tips.aspx Beware of Sending Long Strings to Workflow History Sometimes we need to see what is going on within our workflows by writing values to the history log for debugging, informative or other purposes. However, the log accepts up to 255 characters. Anything longer, and the workflow is suspended with this cryptic error message: Suspend this workflow  Activity in progress  Retrying last request. Next attempt scheduled in less than one minute. Details of last request: HTTP InternalServerError to https://mdigital.sharepoint.com/sites/Digitized_BioP/Test/_api/web/lists(guid'd7055b90-a4b2-4758-a4fc-dfcece0c1969')/Items Correlation Id: efb09adb-123f-475c-81d0-bc3377c5e8fe Instance Id: 0bd5c5e1-6955-4245-9d63-980c80065a50