Flow Condition – check string is empty
A Flow condition to check if a string variable is empty can be accomplished as follows: (fx) empty(variables(‘myStringVariable’)) ‘is equal to’ (fx)true Not very exciting, but quite handy.
Ideas that work
A Flow condition to check if a string variable is empty can be accomplished as follows: (fx) empty(variables(‘myStringVariable’)) ‘is equal to’ (fx)true Not very exciting, but quite handy.
The previous two posts (part 1, part 2) explained the analysis of the sentiment of a comment given on a page and a webhook that was triggered when this sentiment score was written to the list. The last posts ended … Read More »
This is the continuation of a previous post called ‘Sentiment of comments given on a SharePoint page‘. The scenario: The sentiment of the comments of the page is analyzed and updated in the list (previous post) A webhook is triggered … Read More »
Microsoft Cognitive Services (formerly Project Oxford) are a set of APIs, SDKs and services available to developers to make their applications more intelligent, engaging and discoverable. Microsoft Cognitive Services expands on Microsoft’s evolving portfolio of machine learning APIs and enables … Read More »