Discover how a bimodal integration strategy can address the major data management challenges facing your organization today.
Get the Report →Connect to Real-Time Typeform Data in Power Apps Using Dataflows to Build Custom Applications
Use CData API Driver for Power BI and Dataflow to import and use Typeform data in Power Apps.
Power Apps is a suite of apps, services, and connectors that allows users to build custom applications with minimal or no coding. It empowers businesses to create tailored apps that solve specific business challenges, automate workflows, and integrate with various data sources, including Microsoft Dataverse, SQL Server, and third-party services.
Dataflows in Power Apps simplify the process of importing, transforming, and loading external data into Microsoft Dataverse or other storage systems. They allow users to connect to multiple data sources (like Salesforce, Excel, or SQL databases), clean or shape the data, and store it in Power Apps. When paired with the CData API Driver for Power BI, it provides access to Typeform data to build custom applications and more
This article demonstrates how you can easily connect to Typeform using the CData API Driver for Power BI and integrate your Typeform data through the Power Apps on-premises data gateway.
Configure a DSN to connect to Typeform data
Installing the Power BI Connector creates a DSN (data source name) called CData PBI Typeform Sys. This the name of the DSN that Power BI uses to request a connection to the data source. Configure the DSN by filling in the required connection properties.
You can use the Microsoft ODBC Data Source Administrator to create a new DSN or configure (and rename) an existing DSN: From the Start menu, enter "ODBC Data Sources." Ensure that you run the version of the ODBC Administrator that corresponds to the bitness of your Power BI Desktop installation (32-bit or 64-bit).
Start by setting the Profile connection property to the location of the TypeForm Profile on disk (e.g. C:\profiles\TypeForm.apip). Next, set the ProfileSettings connection property to the connection string for TypeForm (see below).
TypeForm API Profile Settings
Authentication to TypeForm uses the OAuth standard.
To authenticate to TypeForm, you must first register and configure an OAuth application with TypeForm here: https://admin.typeform.com/account#/section/tokens. Your app will be assigned a client ID and a client secret which can be set in the connection string. More information on setting up an OAuth application can be found at https://developer.typeform.com/get-started/.
Note that there are several different use scenarios which all require different redirect URIs:
- CData Desktop Applications: CData desktop applications (Sync, API Server, ArcESB) accept OAuth tokens at /src/oauthCallback.rst. The host and port is the same as the default port used by the application. For example, if you use http://localhost:8019/ to access CData Sync then the redirect URI will be http://localhost:8019/src/oauthCallback.rst.
- CData Cloud Applications: CData cloud applications are similar to their desktop counterparts. If you access Connect Cloud at https://1.2.3.4/ then you should use the redirect https://1.2.3.4/src/oauthCallback.rst.
- Desktop Application: When using a desktop application, the URI https://localhost:33333 is recommended.
- Web Application: When developing a web application using the driver, use your own URI here such as https://my-website.com/oauth.
After setting the following connection properties, you are ready to connect:
- AuthScheme: Set this to OAuth.
- InitiateOAuth: Set this to GETANDREFRESH. You can use InitiateOAuth to manage the process to obtain the OAuthAccessToken.
- OAuthClientId: Set this to the Client Id that is specified in your app settings.
- OAuthClientSecret: Set this to Client Secret that is specified in your app settings.
- CallbackURL: Set this to the Redirect URI you specified in your app settings.
Configure the on-premises data gateway to recognize the CData API Driver for Power BI
In this section, we will configure the on-premises data gateway to detect the CData API Driver for Power BI installed on your system. If you haven't installed the data gateway yet, you can download it from Microsoft's official website.
Set Up the Power BI Gateway
Follow the given process to configure the on-premise data gateway on your machine:
- Download and install the on-premises data gateway (recommended) option.
- Sign into the gateway.
- Create a name for the new gateway and specify a recovery key.
- Open the new gateway, navigate to the Connector tab, and select the path C:\Program Files\CData\CData API Driver for Power BI from the folder. Click on Apply.
NOTE: Select the folder where the gateway will search for the CData Power BI Connector.
- Once the CData API Driver for Power BI is identified by the gateway, you're good to go.
Configure a dataflow connection in Power Apps
Once the on-premise data gateway is configured and a new gateway is created, follow these steps to create a dataflow that pulls in the Typeform data into Power Apps:
- Open Power Apps.
- Select Dataflows from the left panel on the Power Apps screen and click + New Dataflow.
- Provide a name to the dataflow and click Create.
- Select ODBC from the list of data sources.
- On the ODBC Connection settings screen, use the connection details you set up earlier by entering DSN=Connection name (in this case, DSN=CData PBI Typeform Sys) in the connection string. The on-premise data gateway will display available gateways for connection - select the one you created. Due to the current specifications of Power Apps dataflows, authentication is required for ODBC connections. Choose Basic as the authentication type and enter the Typeform Username and Password. Click Next.
- Typeform is now connected to Power Apps. Under Display options, expand CData under ODBC and Typeform under CData, and a list of all the Typeform tables will appear in the panel. When you select any one of these tables, a preview will appear, showing that the Typeform data is correctly referenced through the Power BI connector and on-premise data gateway. Next, click on Transform Data.
- On the query editing screen, if no column conversion is needed, you can skip this step and proceed by clicking on Next.
- In the Choose destination settings screen, you can select how the selected table needs to be loaded by choosing options like Load to new table, Load to existing table, and Do not load. You can also change the Table display name and description as required.
- Finally, choose how you'd like to update your data: Refresh manually or Refresh automatically. In this case, we have set it to Refresh automatically. By scheduling it to update every 45 minutes, as shown below, data will be collected and registered every 45 minutes timeframe, ensuring the most up-to-date information is always available. (You can select any timeframe based on your convenience)
- Click on Publish. The dataflow will now be created, published, and displayed as a part of the dataflow list on the Dataflows screen.
Get Started Today
At this point, you will have created a dataflow using live Typeform data and connected it to Power Apps. To learn more, explore the CData Power BI Connectors for Salesforce and download a free 30-day trial from the CData API Driver for Power BI page.
Feel free to reach out to our Support Team with any questions.