Managing multiple integrations

Learn about how to use two or more of the same integration at the same time.

Intro

You can have multiple instances of the same integration connected to your account. For example, if you have two Slack workspaces or two Instagram Creator or Business accounts that you manage, you can connect both of them to your Rows account.

In this article we'll cover:

  • Connecting multiple integrations
  • Viewing your active integrations
  • Using multiple integrations with ACCOUNT()

Connecting multiple integrations

To add another integration, just add it as you normally would 😀. Try adding another AlphaVantage integration (it's an instant integration).

Viewing active integrations

To see what integrations you currently have connected:

  1. Go to your dashboard.
  2. In the lower-left, click Settings.
  3. Click Integrations.

In this screen, you can view, rename, delete, and set the default integration you want to use (when you have two or more integrations of the same type connected).

Try renaming the AlphaVantage integration you just connected to alphavantage-new.

SCR-20240408-lqtk-2

Using multiple integrations with ACCOUNT

When you have two or more integrations connected at the same time, the ACCOUNT() function lets you specify which instance of the integration you want to use.

kb-function-account (1)

Nesting ACCOUNT()

We recommend that you do not nest the function you want to use ACCOUNT() with inside another function.
For example: 🛑 ACCOUNT(FUNCTION1(FUNC2(FUNC3_WITH_INTEGRATION()))), account)

Try it out

Try getting the Apple stock (using STOCK_ALPHAVANTAGE("AAPL")) with our alphavantage-new integration. Just type in this function into a cell:

kb-function-account-alphavantage

More

If you ever create something cool and want to show off, or just have a question - check out our Forum :).

Now then, get out there, and build to your heart’s desire!