Summary
This example is an action that updates the tax rate percentage based on the customer location. If the customer location is Colorado then the tax rate is 5%. If the customer location is Arizona then the tax rate is 6.5%.

Step: Start
Inputs
No configuration is needed.
Outputs
No configuration is needed.
Context
Step: If CO
Inputs
Label | Type | Value | Description |
---|---|---|---|
Condition |
|
|
Outputs
No configuration is needed.
Context
Step: If AZ
Inputs
Label | Type | Value | Description |
---|---|---|---|
Condition |
|
|
Outputs
No configuration is needed.
Context
Step: Update tax rate Colorado
Inputs
Label | Type | Value | Description |
---|---|---|---|
Record |
|
|
|
Tax Rates |
|
|
Outputs
Name | Type | Description |
---|---|---|
updatedRecord |
|
put in context == false |
Context
Step: Update tax rate Arizona
Inputs
Label | Type | Value | Description |
---|---|---|---|
Record |
|
|
|
Tax Rates |
|
|
Outputs
Name | Type | Description |
---|---|---|
updatedRecord |
|
put in context == false |
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.