Managing your integrations and switching accounts

How to review your active integrations, disconnect ones you don't need, and use multiple accounts.

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 Slack 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). Just click on the additional options icon.

integration settings

Reconnecting integrations (re-authenticate)

Sometimes you may need to reconnect an integration as part of troubleshooting an issue with that integration. This is often the case with having to re-authenticate a connection with an integration.

To do this, first delete the integration as demonstrated in the video above. Then follow the steps to connect that integration again.

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