We will now perform a few String operations to read the values for the respective fields of Email, Name, and Role from the Row variables. We will then pass these variables to a Child bot to create the new user. Let's implement the following steps:Â
-
We'll start by adding a new Step action. We can set the Title to String Operations to get Email, Full Name, and Role details.
-
Within this step, let's add a String Extract Text action to extract the email ID. We will use EmailRow as the Source string, and colon (:) as Get Characters - Start after text, as shown in the following screenshot. Assign the output to a new String variable called EmailID by scrolling down the properties (not shown here – refer to the next screenshot under step 3):
-
Similar to the preceding step, we will use two more String Extract Text actions to extract the full Name and Role details. Use the variables...