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
> List of all OData feeds enabled doesn't mean all of them are available anonymously.
69
+
> The list of OData feeds on this page might be available anonymously depending on your security configuration. The next steps will help you verify the anonymous access of these feeds.
70
70
71
-
1. Go to each of OData feed by browsing to the URL format {Portal URL}/_odata/{collection href value} where collection href value is highlighted below.
71
+
1. Go to each of OData feed by browsing to the URL format {Portal URL}/_odata/{collection href value} (for example, `https://contoso.powerappsportals.com/_odata/accounts`) where collection href value is highlighted below.
72
72
73
73

74
74
75
-
1. If the OData field is available anonymously, it will return the data with HTTP 200 response. If the feed isn't enabled anonymously, it will return HTTP 403 response with a message “Access to oData, with the entity set name of '{entity set name}', has been denied.”
75
+
1. If the OData field is available anonymously, it will return the data with HTTP 200 response. If the feed isn't enabled anonymously, it will return HTTP 403 response with a message “Access to OData, with the entity set name of '{table set name}', has been denied.”
76
76
77
77
If you've unintended OData feed enabled on your portal anonymous, it could be because of one of these possibilities:
@@ -196,14 +189,7 @@ The Power Apps mobile app is now integrated with Siri shortcuts, which gives you
196
189
Users on iOS 14 or later can use Siri Shortcuts to pin an app to the home screen. The new experience works for both model-driven and canvas apps. When you add a Siri shortcut, the app is added to the iOS **Shortcuts** app and from there you can add the app to your home screen.
197
190
198
191
199
-
1. Do one of the following depending on if you're on the current release or early access:
200
-
201
-
-**Current**: To add shortcut to the home screen for an app, select the ellipsis (...) on the app tile and then select **Add shortcut to Siri**.
202
-
203
-
> [!div class="mx-imgBorder"]
204
-
> 
205
-
206
-
-**Early access**: On the app that you want add a shortcut for, swipe to the right and select **Shortcut**.
192
+
1. On the app that you want add a shortcut for, swipe to the right and select **Shortcut**.
0 commit comments