You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/refguide/modeling/integration/rest-binary.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,7 +143,7 @@ To do so, do the following:
143
143
144
144
1. Complete the two steps in the [Retrieve Files with REST](#retrieve-files) section.
145
145
2. Download the [Image](/appstore/widgets/image/) widget from the Mendix Marketplace and import it into your app.
146
-
3. In the [Toolbox](/refguide/view-menu/#toolbox/), click **Widgets** and search for "Image".
146
+
3. In the [Toolbox](/refguide/view-menu/#toolbox), click **Widgets** and search for "Image".
147
147
4. Drag the **Image** widget onto a page.
148
148
5. Double-click the widget you dragged onto your page to open the **Properties**.
149
149
6. In the **Data source** field, select the **Image URL** for **Image type**.
@@ -171,7 +171,7 @@ To do so, do the following:
171
171
172
172
You can call a REST service in a microflow, then store the binary response in an entity.
173
173
174
-
Retriving files in a microflow uses the [Call REST service](/refguide/integration/call-rest-action/) action. For step-by-step instructions for calling a REST service in a microflow, see [Consume a REST Service](/howto/integration/consume-a-rest-service/).
174
+
Retriving files in a microflow uses the [Call REST service](/refguide/call-rest-action/) action. For step-by-step instructions for calling a REST service in a microflow, see [Consume a REST Service](/howto/integration/consume-a-rest-service/).
175
175
176
176
To retrieve files using a microflow, do the following:
0 commit comments