In this post, we will get all the files present in a folder and print their path on the output panel. First, we will store the files in an array of string and then we iterate through the array.
How to Use a Switch Activity for Contains Text in UiPath Studio
You might be knowing that Switch statements are mainly used for Equals conditions. In this post, we will use the Switch Activity for contains text conditions.
Send Image in Skype Chat using Python
In this post, we will send an image to the Skype contact programmatically using Python. Before starting with the code, install the python module skpy. Go to any command line and enter the below command.
Encode String using Base64 in Python
Base64 encoding schemes are commonly used when there is a need to encode binary data, especially when that data needs to be stored and transferred over media that are designed to deal with text. This encoding helps to ensure that the data remains intact without modification during transport.
How to Call Azure Translator API using Postman?
In this post, we will call three APIs. The first one is to get the list of all the Languages supported by the Translator. The second will be to translate text and the third one will detect language.
How to make Skype Call using UiPath Studio?
In the Properties section, check IsScript and select TypeArgument as 'String'. Now you can save and run the process to make a skype call.
How to make Skype call using Command Prompt?
Provide Skype Name or number of whom you want to make call as participantId1. For Example : live:skype.name. And participantId2 as your skype name or number. You can find the Skype Name in the Profile section.
Create Translator Resource in Azure Portal
Translator is a cloud-based machine translation service you can use to translate text in near real-time through a simple REST API call. The service uses modern neural machine translation technology and offers statistical machine translation technology.
Create Microsoft Teams Meeting in Outlook Using Postman with Microsoft Graph API
In this post, we will create Teams Online Meeting in Outlook using Microsoft Graph API. Before creating a meeting, you should have an access token generated. Refer to my post on How to get Azure Access Token using Postman for Microsoft Graph API.
How to get Azure Access Token using Postman for Microsoft Graph API
Microsoft Graph is the gateway to data and intelligence in Microsoft 365. It provides a unified programmability model that you can use to access the tremendous amount of data in Microsoft 365, Windows 10, and Enterprise Mobility + Security.
You must be logged in to post a comment.