githubEdit

Flow Response: Success & Error

Control what gets returned when your flow ends. Customize success or error messages based on HTTP response codes.

Flow Response component with success and error message configuration fields

Example Success Definition

Str Status = "success"  
Str Message = "Order processed"  
Int OrderId = 12345

Example Error Definition

Last updated

Was this helpful?