The Tulip Connector allows you to integrate with the data in your Tulip Instance. Enxtending your Tulip frontline operations applications into your power automate, Teams and M365 workflows.
You will need the following to proceed:
- Active Tulip instance and subscription (tulip.co)
- Tulip API bot credentials for your Tulip Account with access to the appropriate scopes. ( Tulip Account or Workspace owner can provide credentials)
On initial use, you will need to enter your Tulip Bot Credentials and Tulip instance url. This will provide you with the connection between power automate and you Tulip instance. See Adding an API to see how to create a bot in your Tulip instance. Then you will beable to configure the connector with in your power automate flow. note: if / where using the create record you will need to create with a uique id
The connector supports the following operations:
Get Record
: Returns a record from a Tulip Table based on a provided record idCreate Record
: Creates a new record in a Tulip Table. Note: requires a unique id to be defined.Put Record
: Updates a record in a Tulip Table
- Files Type - The connector is currently limited to string, numbers, integers and boolens. It will not handle images, videos and files.
- Individual Records - Only handling individual table records. Likely to be expanded in the future.
- Duplication of Record ID in Update Record Function - Update record requires two ids, these must be identical. This is due to it being required by the Tulip API in bot the path and the body. We are looking for a fix here and will update when it is implemented.