Popular posts from this blog
UiPath - Convert String to DateTime
UiPath - Convert String to DateTime We need to convert a string date to DateTime format very frequently whenever we are going to work with date and times. Let’s understand and convert string to DateTime in UiPath using an example below: Step 1 – Take a variable/argument to store the string date in_DateString = "01/01/2020" Assign String Date Step 2 – Take a variable/argument to store the string date format in_DateStringFormat = "dd/MM/yyyy" Assign String Date Format Step 3 – Convert string to datetime using below provided method out_DateTime = DateTime.ParseExact(in_DateString,in_DateStringFormat, System.Globalization.CultureInfo.InvariantCulture) Convert String To DateTime The variable/argument out_DateTime would contain the date value in DateTime format.
Power Automate Desktop - Working with Variables - List (Create list, Add, Remove, Clear) - Part 4
Power Automate Desktop - Working with List variables - Create list, Add, Remove, Clear Power automate desktop training | Power automate desktop tutorials In this tutorial we are going to learn different actions related to list variables in Microsoft RPA - Power Automate Desktop A list variable holds a collection of values Microsoft RPA - Power Automate Desktop working with list variables - Create new list, Add item to list, Remove item from list and Clear list Youtube: https://www.youtube.com/watch?v=LUxNCDWRTr0