Đào tạo
Mô-đun
Text manipulation in Power Automate for desktop - Training
Learn how to manipulate text and datetime values in Power Automate for desktop.
Trình duyệt này không còn được hỗ trợ nữa.
Hãy nâng cấp lên Microsoft Edge để tận dụng các tính năng mới nhất, bản cập nhật bảo mật và hỗ trợ kỹ thuật.
Text.At(text as nullable text, index as number) as nullable text
Returns the character in the text value, text
at position index
. The first character in the text is at position 0.
Find the character at position 4 in string "Hello, World".
Usage
Text.At("Hello, World", 4)
Output
"o"
Đào tạo
Mô-đun
Text manipulation in Power Automate for desktop - Training
Learn how to manipulate text and datetime values in Power Automate for desktop.