This full video tutorial shows how to use string functions in Microsoft Power Automate. All important string functions are shown with an example.
VIDEOS FOR YOU:
🔹 Extract Data from ID Documents - Power Automate AI Builder Use case: • Extract Data from ID Documents - Powe...
🔹 Power Automate Beginners Guide: • How to Learn Microsoft Power Automate...
POWER AUTOMATE GROUPS:
👨👩👧👦 Discord: / discord
- Join my network with 4100+ Automation/RPA developers, where we solve Automation/RPA problems, network, and help each other upgrade our careers. It's free!
👩🏻🎓 LinkedIn: / 12566435
👨🏻💻 Facebook: / 754059285247921
FOLLOW ME:
💼 LinkedIn: / andersjensenorg
📸 Instagram: / andersjensenorg
👨 Facebook: / andersjensenorg
🐦 Twitter: / andersjensenorg
💌 Email Newsletter: https://andersjensen.org/email-newsle...
0:00 Intro
We initialize two variables of the type string to use in the Power Automate string manipulation lesson.
2:19 Concat
We can concatenate two strings with the string function concat.
4:47 Substring
Use an index in the string function substring to extract an element from a string at a particular position. Furthermore, we can give another index for the end position.
8:48 Slice
The string function slive is an advanced substring.
10:58 Replace
A replace function replaces one element of the string with another.
12:42 toUpper and toLower
Mainly when we compare strings, we use toUpper or toLower.
14:17 indexOf
With the indexOf function, we can search for a character or a series of characters and get the index back.
15:49 nthIndexOf
Similar to the indexOf we can find the nth occurrence of a string in a string.
18:10 lastIndexOf
Find the last occurrence of a string in a string.
19:16 startsWith
A startsWith checks if a string starts with a specified string or not. Returns true or false.
21:20 Split
The split function splits a string into an array of strings.
23:00 Apply to each in an array
With the apply to each, we can iterate through an array.
26:36 Trim
Use the trim function to remove whitespaces in front and at the end of a string.
#powerautomate #powerplatform #office365