Skip to content

Commit 84f821d

Browse files
authored
Update commercial-marketplace-lead-management-instructions-azure-table.md
1 parent ed22225 commit 84f821d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/marketplace/partner-center-portal/commercial-marketplace-lead-management-instructions-azure-table.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -62,19 +62,19 @@ Use this example as a guide to create a simple flow that automatically sends an
6262

6363
![My flows + Scheduled--from blank](./media/commercial-marketplace-lead-management-instructions-azure-table/ms-flow-scheduled-from-blank.png)
6464

65-
1. In the Build a scheduled flow window, for **Repeat every**, select **1** for the interval and **Hour** for the frequency. Also, give the flow a name if you want. Select **Create**.
65+
1. In the **Build a scheduled flow** window, for **Repeat every**, select **1** for the interval and **Hour** for the frequency. Also, give the flow a name if you want. Select **Create**.
6666

6767
>[!NOTE]
6868
>Although this example uses a one-hour interval, you can select the interval and frequency that's best for your business needs.
6969
7070
![Build a scheduled flow](./media/commercial-marketplace-lead-management-instructions-azure-table/build-scheduled-flow.png)
7171
7272
1. Select **+ New step**.
73-
1. In the Choose an action window, search for **get past time**. Then under **Actions**, select **Get past time**.
73+
1. In the **Choose an action** window, search for **get past time**. Then under **Actions**, select **Get past time**.
7474
7575
![Choose an action](./media/commercial-marketplace-lead-management-instructions-azure-table/choose-an-action.png)
7676
77-
1. In the Get past time window, set **Interval** to **1**. From the **Time unit** drop-down list, select **Hour**.
77+
1. In the **Get past time** window, set **Interval** to **1**. From the **Time unit** drop-down list, select **Hour**.
7878
7979
>[!IMPORTANT]
8080
>Make sure that the interval and time unit you sent in step 8 match the interval and frequency that you configured for recurrence in step 5.
@@ -86,17 +86,17 @@ Use this example as a guide to create a simple flow that automatically sends an
8686
8787
In the next set of steps, you'll connect to your Azure table and set up the processing logic to handle new leads.
8888

89-
1. After step 8, select **+ New step**. Then search for **Get entities** In the Choose an action window.
89+
1. After step 8, select **+ New step**. Then search for **Get entities** In the **Choose an action** window.
9090
1. Under **Actions**, select **Get entities (Azure Table Storage)**.
91-
1. In the Azure Table Storage window, provide information for the following boxes and select **Create**:
91+
1. In the **Azure Table Storage** window, provide information for the following boxes and select **Create**:
9292

9393
* **Connection Name**: Provide a meaningful name for the connection you're establishing between this flow and the Azure table.
9494
* **Storage Account Name**: Provide the name of the storage account for your Azure table. You can find this name on the storage account's **Access keys** page.
9595
* **Shared Storage Key**: Provide the key value for your store account for your Azure table. You can find this value on the storage account's **Access keys** page.
9696
9797
![Azure Table Storage window](./media/commercial-marketplace-lead-management-instructions-azure-table/azure-table-storage.png)
9898
99-
After you select **Create**, the Get entities window appears. Here, select **Show advanced options**, and provide information for the following boxes:
99+
After you select **Create**, the **Get entities** window appears. Here, select **Show advanced options**, and provide information for the following boxes:
100100
101101
* **Table**: Select the name of your Azure table storage (from step 6 of the instructions in the "Configure an Azure table" section). The following image shows the prompt when "marketplaceleads" table is selected for this example.
102102
@@ -108,11 +108,11 @@ Use this example as a guide to create a simple flow that automatically sends an
108108
109109
1. Now that you've completed setting up the connection to the Azure table, select **New step** to add a condition to scan the Azure table for new leads.
110110

111-
1. In the Choose an action window, select **Actions**. Then select **Condition Control**.
111+
1. In the **Choose an action** window, select **Actions**. Then select **Condition Control**.
112112

113113
![Choose an action window](./media/commercial-marketplace-lead-management-instructions-azure-table/azure-table-choose-an-action.png)
114114

115-
1. In the Condition window, select **Choose a value**. Then select **Expression** in the pop-up window.
115+
1. In the **Condition** window, select **Choose a value**. Then select **Expression** in the pop-up window.
116116

117117
1. Paste `length(body('Get_entities')?['value'])` into the **fx** box. Select **OK** to add this function.
118118

@@ -141,7 +141,7 @@ Use this example as a guide to create a simple flow that automatically sends an
141141
1. In the Office 365 Outlook window, provide information for the following boxes:
142142
143143
1. **To**: Enter an email address for everyone who will get this notification.
144-
1. **Subject**: Provide a subject for the email. An example is New leads!
144+
1. **Subject**: Provide a subject for the email. An example is **New leads!**
145145
1. **Body**: Add the text that you want to include in each email (optional), and then paste in `body('Get_entities')?['value']`.
146146
147147
>[!NOTE]

0 commit comments

Comments
 (0)