Summary
This example is an action that tries to delete all companies in Colorado . If an error occurs while deleting a company, it is logged.

Step: Start
Inputs
No configuration is needed.
Outputs
No configuration is needed.
Context
Step: Find companies
Inputs
Label | Type | Value | Description |
---|---|---|---|
Companies |
|
|
Finds all the companies. |
Outputs
Name | Type | Description |
---|---|---|
companies |
|
Puts the company in the context. |
Context
Step: Delete all companies from Colorado
Inputs
No configuration is needed.
Outputs
No configuration is needed.
Context
Step: For Each
Inputs
Label | Type | Value | Description |
---|---|---|---|
companies |
|
|
Iterates the companies. |
Outputs
Name | Type | Description |
---|---|---|
company |
|
Puts the iterated company in the context. |
Context
Step: If CO
Inputs
Label | Type | Value | Description |
---|---|---|---|
Condition |
|
|
Filter companies from Colorado. |
Outputs
No configuration is needed.
Context
Step: Delete company
Inputs
Label | Type | Value | Description |
---|---|---|---|
Record |
|
|
Outputs
Name | Type | Description |
---|---|---|
deletedRecord |
|
Deletes the company and does not put it in the context. |
Context
Step: Log error
Inputs
Label | Type | Value | Description |
---|---|---|---|
Message |
|
|
Logs a message too inform that the delete of the company faild. |
Outputs
No configuration is needed.
Context
Step: End
Inputs
Label | Type | Value | Description |
---|---|---|---|
Return result |
|
|
If true it will return the final result of the flow. |
Outputs
No configuration is needed.