Demo Project using String Activities (Part 1)
The URL of the demo project is given below where users can learn about these activities in a better manner.
Steps:
- Extract Text Activity:
- Create a string variable and assign a text value in the default value field.
- Drag and drop the “Extract Text” activity.
- Use the different extraction options available in the Extract Text activity to extract specific parts of the text from the string variable.
- Format DateTime Activity:
- Drag and drop the Format DateTime activity.
- Provide any date in the value field of the input properties using the “datetime.parse” to the DateTime format.
- Select a specific date format from the available options in the “Format Field” dropdown.
- Display the formatted DateTime in a message box.