How to Replace Text from a File from OneDrive Using Power Automate

Опубликовано: 14 Октябрь 2024
на канале: Data is King
3,806
131

Almost every text editor has the function to replace text, because it is helpful in many scenarios. Microsoft flows naturally offer this feature as well. The Power Automate replace function replaces all occurrences of text with its substitute. In this video, the Power Automate replace function is explained in detail and there are many examples of common use cases of the replace function.

Below is the Replace function that is used in the video:
replace(outputs('Get_file_content')?['body'],'dog','cat')


Chapters:
00:00 - 00:34 Viewing a Text File
00:35 - 00:57 Upload a File in One Drive
00:58 - 04:45 Create a Power Automate Flow using the Replace Function
04:46 - 04:59 Open an Outlook Mail from a Power Automate Flow
05:00 - 05:20 Check out Another Power Automate Video