Posts

Start a Power Automate flow when one specific column has changed

Image
A common trigger for a Power Automate flow is when an item has changed. But i some cases you only want to continue with the flow when a specific column has changed.  A solution I found was to check and compare a previous version of the item and then decide to continue. Here's an example:  Step 1 Use the trigger When an item is created or modified Step 2 Initialize some variables. I've set the intVersionNumber to the version number from the trigger. And also convert it from a string to an integer.  int(triggerBody()?['{VersionNumber}']) Step 3  Decrement the version number by 1 Step 4 Then get changes for an item or a file (properties only) Use the Item ID from the trigger. In the field Since you enter the variable we've just decremented.  If we leave Until empty it will compare the the latest version.  Step 5 The use a condition to check if the desired field has changed.  In this case we are checking if the field wpStage has changed since the previous version.  T

De Kunst van het gebruik van Prompts in ChatGPT en Bing Chat Enterprise

Image
Welkom in de wereld van kunstmatige intelligentie en de fascinerende interactie met tools als ChatGPT en Bing Chat Enterprise !      Of je nu nieuw bent in de wereld van AI of gewoon je vaardigheden wilt aanscherpen, dit blog heb ik geschreven om je te begeleiden bij het effectief gebruik van 'prompts' in  ChatGPT  en Bing Chat Enterprise .    Maar wat is een prompt precies?    Simpel gezegd, een prompt is een instructie of vraag die je aan de AI stelt. Het is de manier waarop je communiceert met AI, en de kwaliteit van je prompt bepaalt sterk de kwaliteit van het antwoord.   Er zijn verschillende soorten prompts, elk met hun eigen doel en stijl:   Informatieve Prompts : Gericht op het verkrijgen van feitelijke informatie of uitleg over een bepaald onderwerp.   Creatieve Prompts : Gebruikt voor het genereren van creatieve content zoals verhalen, gedichten of zelfs kunst.   Opdrachtgerichte Prompts : Bedoeld om specifieke taken uit te voeren, zoals het schrijven van code of h