Skip to content

Commit 00886c2

Browse files
author
Luis Cabrera
committed
Resolving blocking issues
1 parent cd9721e commit 00886c2

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed
2.5 KB
Loading

articles/search/search-howto-powerapps.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ There are two main steps to having a PowerApp that shows Azure Cognitive Search
101101
102102
1. Click the **Create connector** button on the top right of the screen before you can Test it.
103103
104-
1. In the Test Page, click the **+ New Connection**, and enter your search service query key as the value for *api-key*.
104+
1. In the Test Page, click the **+ New Connection**, and enter your search service query key as the value for *api-key*.
105105
106-
This step may take you to the out of the wizard and into the Connections page. You may want to go back to the Custom Connections editor to actually test the connection. Go to **Custom Connector** > Select the newly created Connector > > **View Properties** > **Edit** > **4. Test** to get back to the test page.
106+
This step may take you to the out of the wizard and into the Connections page. You may want to go back to the Custom Connections editor to actually test the connection. Go to **Custom Connector** > Select the newly created Connector > *…* > **View Properties** > **Edit** > **4. Test** to get back to the test page.
107107
108108
1. Now click **Test operation** to make sure that you are getting results from your index. If you were successful you should see a 200 status, and in the body of the response you should see JSON that describes your search results.
109109
@@ -165,9 +165,8 @@ The goal of this tutorial is not to show you how to create fancy user experience
165165
166166
1. Press **F5** to preview the app.
167167
168-
Remember that the fields can be set to calculated values. For the example below, the full path to the image files is calculated as the concatenation of the root path for the data and the file name.
169-
170-
![calculated field](./media/search-howto-powerapps/2-8-1-calculated-field.png "Calculated field")
168+
Remember that the fields can be set to calculated values.
169+
For the example, setting using the *"Image, Title and Subtitle"* layout and specifying the *Image* function as the concatenation of the root path for the data and the file name (for instance, `"https://mystore.blob.core.windows.net/multilang/" & ThisItem.metadata_storage_name`) will produce the result below.
171170
172171
173172
![Final app](./media/search-howto-powerapps/2-8-2-final.png "Final app")

0 commit comments

Comments
 (0)