Use If Else conditional statements to handle the decision based on the condition defined. We will see them in action in Power Automate Microsoft Flow.
Deploy a Basic Python Bot to Azure | Microsoft Bot Framework
Deploy a basic python bot created using Bot Framework SDK to Azure. We will deploy an Echo that we created in our last blog using Python.
Create a Basic Echo Bot using Microsoft Bot Framework in Python
Create a chatbot using Bot Framework SDK in Python. Creating your bot locally does not require the Azure subscription. We will work with Windows OS.
Get Current, Previous, and Next Year in UiPath
Get the current, previous and next year in UiPath and print them on the console. We will do calculations in integer and print in string.
Read Configuration from appsettings.json in Entity Framework
After you have done the scaffolding task, the configuration details gets hard-coded on the source code. We have to read connection string from the config file.
How to check if your Website is Slow?
You can use below given curl command to check the website response and if expected response is received within the timeout time, we can check its slowness.
How to Format Date and LocalDate in Java?
To format Date and LocalDate in specified formats. Refer the below code snippet: We have used SimpleDateFormat and DateTimeFormatter libraries.
How to Validate or Verify Email in C# .NET?
We can validate emails with various formats using a MailAddress class file. The MailAddress class is used by the SmtpClient and MailMessage classes to store address information for email messages.
How to Move File using PowerShell?
Move Files from one folder or directory to another folder or directory using the PowerShell. This is helpful in PowerShell Automation scripts.
Convert Number or Integer to Text or String using Power Automate Microsoft Flow
Convert an Integer to String in Power Automate. Log in to Microsoft Flow and create a new Instant Flow. Name it accordingly. Add a new step to initialize an Integer variable.
You must be logged in to post a comment.