FlowForma V2
FlowForma Business Process Management (BPM) tools for Office 365, enable users to build forms & workflow, automating processes without code.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | FlowForma Limited |
URL | https://www.flowforma.com |
support@flowforma.com |
Connector Metadata | |
---|---|
Publisher | FlowForma Limited |
Categories | Productivity |
Website | https://www.flowforma.com/ |
Privacy policy | https://www.flowforma.com/ |
Prerequisites
To use this integration, you will need a FlowForma Logic Apps token.
How to get credentials
This connector uses api key in header for authentication. You will need a FlowForma Logic Apps token. Only a user with administrator rights can generate the token in FlowForma settings.
Get started with your connector
The FlowForma V2 connector is intended for FlowForma users who wish to create and update Forms.
Known issues and limitations
As of right now, there are no known issues with this connector.
Creating a connection
The connector supports the following authentication types:
Default | Parameters for creating connection. | All regions | Not shareable |
Default
Applicable: All regions
Parameters for creating connection.
This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.
Name | Type | Description | Required |
---|---|---|---|
API Key | securestring | The API Key for this api | True |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Create a new form |
Create a new form |
Update a form |
Update a form |
Create a new form
Create a new form
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Flows
|
flowId | string |
Enter the flow id |
|
Steps
|
stepCode | string |
Enter the step code |
|
Assign to
|
assignTo | string |
Leave empty to assign to default |
|
questionValues
|
questionValues | dynamic |
Returns
- Body
- CreatedOrUpdatedForm
Update a form
Update a form
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Flows
|
flowId | string |
Enter the flow id |
|
Steps
|
stepCode | string |
Enter the step code |
|
Form id
|
formId | string |
Enter the form id |
|
Assign to
|
assignTo | string |
Leave empty to assign to default |
|
questionValues
|
questionValues | dynamic |
Returns
- Body
- CreatedOrUpdatedForm
Definitions
CreatedOrUpdatedForm
Name | Path | Type | Description |
---|---|---|---|
formId
|
formId | integer |
The created form's Id |
formTitle
|
formTitle | string |
The created form's title |