Microsoft’s Power Automate (Previously called Microsoft Flow) is all about automation. In very simple words it’s a tool that allows you to automate any task or process.
Step-1:-
Power Automate, first, we will trigger our flow manually by adding Trigger flow manually from the instant cloud flow.
Step-2:-
Then we will add an action to Initialize the variable. Here we will give a name to our variable, set the type as a string, and value as triggered user name
Step-3:-
Then we will add a Compose action where we will insert an expression that will be concatenating the user name with a string. The expression is:
concat(‘Have a Good day’,’ ‘,variables(‘VarString’))
Step-4:-
we can use any string value instead of the text i.e. have a good day. For space here we use a ‘ ‘. Now our flow is ready. So just save and test the flow. The output will come like below.
Output:-
For any Help or Queries Contact us on info@crmonce.com or +919014146800.
November 6, 2024
November 5, 2024
May 22, 2024