Skip to content

Commit 41a6fad

Browse files
authored
Live publish
2 parents c50a875 + f56ec9a commit 41a6fad

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

powerapps-docs/developer/data-platform/virtual-entities/create-virtual-tables-using-connectors.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,23 @@ Creating a virtual table with the virtual connector provider includes the follow
9797
> ![Virtual connector provider solution](../media/ve-select-virtual-connectors-solution.png "Virtual connector provider solution")
9898
9999
### Create the connection
100-
101-
1. Now, go to [Power Apps](https://make.powerapps.com), select the environment in which you would like to set up the virtual table.
100+
101+
# [SQL Server](#tab/sql)
102+
Watch a 4 minute video showing how to create a virtual table with the SQL virtual connector provider.
103+
104+
> [!VIDEO https://www.microsoft.com/videoplayer/embed/RE4WG4l]
105+
# [Microsoft Excel Online (Business)](#tab/excel)
106+
Watch a 4 minute video showing how to create a virtual table with the Excel virtual connector provider.
107+
108+
> [!VIDEO https://www.microsoft.com/videoplayer/embed/RE4WARf]
109+
# [Microsoft SharePoint](#tab/sharepoint)
110+
Watch a 4 minute video showing how to create a virtual table with the SharePoint virtual connector provider.
111+
112+
> [!VIDEO https://www.microsoft.com/videoplayer/embed/RE4WG4k]
113+
114+
---
115+
116+
1. Go to [Power Apps](https://make.powerapps.com), select the environment in which you would like to set up the virtual table.
102117
1. In the left navigation pane, select **Data** > **Connections** then select **New connection**.
103118

104119
:::image type="content" source="media/ve-create-connection.png" alt-text="Create new connection in power apps":::

powerapps-docs/maker/canvas-apps/functions/data-types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ $"Welcome {Coalesce( Trim( $"{First} {Middle} {Last}"}), "Friend" )}!"
112112
| John | Qunicy | Doe | `Welcome John Quincy Doe!` |
113113
| John | *blank* | Doe | `Welcome John Doe!` |
114114
| *blank* | *blank* | Doe | `Welcome Doe!` |
115-
| *blank* | *blank* | *blank* | `welcome Friend!` |
115+
| *blank* | *blank* | *blank* | `Welcome Friend!` |
116116

117117
### Newlines
118118

@@ -297,4 +297,4 @@ You can also use this equivalent formula:
297297
`If( ThisItem.Taxable, ...`
298298

299299

300-
[!INCLUDE[footer-include](../../../includes/footer-banner.md)]
300+
[!INCLUDE[footer-include](../../../includes/footer-banner.md)]

0 commit comments

Comments
 (0)